#227cf3

Color #227CF3 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #227CF3

Tints of Dodger Blue #227CF3

Color information

#227CF3 (or 0x227CF3) is unknown color: approx Dodger Blue. HEX triplet: 22, 7C and F3. RGB value is (34,124,243). Sum of RGB (Red+Green+Blue) = 34+124+243=401 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.48% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #227CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227CF3 is #DD830C. Grayscale: #6E6E6E. Windows color (decimal): -14517005 or 15957026. OLE color: 15957026.

HSL color Cylindrical-coordinate representation of color #227CF3: hue angle of 214.16º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #227CF3 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB34124243-
CMYK0.860.4900.05
HSL214.16º89.7%54.31%-
HSV(B)214.16º86.01%95.29%-
XYZ24.0521.2387.62-
YUV110.66202.6873.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 8.48%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 243 (95.31% from 255) = 60.60%
R=8.48%
G=30.92%
B=60.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal341242430.860.4900.05214.1689.754.31
Hex227CF3563105d65a36
Octal42174363126610532613266
Binary10001011111001111001110101101100010101110101101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227cf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227cf3; }

 p { color: rgb(34,124,243); }

 H1.HeaderClassName
 {
   color: #227cf3;
 }
 .AnyTagClassName
 {
   color: #227cf3;
 }
</style>
background-color css

<style>
 a { background-color: #227cf3; }

 a { background-color: rgb(34,124,243); }

 div.DivClassName
 {
   background-color: #227cf3;
 }
 .BgClassName
 {
   background-color: #227cf3;
 }
</style>
border-color css

<style>
 span { border-color: #227cf3; }

 span { border-color: rgb(34,124,243); }

 td.TdClassName
 {
   border-color: #227cf3;
 }
 .TagClassName
 {
   border-color: #227cf3;
 }
</style>