#228FDE

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

Shades of Dodger Blue #228FDE

Tints of Dodger Blue #228FDE

Color information

#228FDE (or 0x228FDE) is unknown color: approx Dodger Blue. HEX triplet: 22, 8F and DE. RGB value is (34,143,222). Sum of RGB (Red+Green+Blue) = 34+143+222=399 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.52% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #228FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FDE is #DD7021. Grayscale: #767676. Windows color (decimal): -14512162 or 14585634. OLE color: 14585634.

HSL color Cylindrical-coordinate representation of color #228FDE: hue angle of 205.21º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228FDE is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB34143222-
CMYK0.850.3600.13
HSL205.21º74.02%50.2%-
HSV(B)205.21º84.68%87.06%-
XYZ23.6725.2672.74-
YUV119.42185.8967.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.52%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 222 (87.11% from 255) = 55.64%
R=8.52%
G=35.84%
B=55.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal341432220.850.3600.13205.2174.0250.2
Hex228FDE55240Dcd4a32
Octal422173361254401531511262
Binary1000101000111111011110101010110010001101110011011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228FDE; }

 p { color: rgb(34,143,222); }

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

<style>
 a { background-color: #228FDE; }

 a { background-color: rgb(34,143,222); }

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

<style>
 span { border-color: #228FDE; }

 span { border-color: rgb(34,143,222); }

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