Html Css Color HEX #228EE2 Dodger Blue

📋 copy color: '#228EE2'

red 34 ◦ green 142 ◦ blue 226

#228EE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #228EE2

Tints of Dodger Blue #228EE2

RGB

 RED value IS 34 (13.67% from 255) = 8.46%

 GREEN value IS 142 (55.86% from 255) = 35.32%

 BLUE value IS 226 (88.67% from 255) = 56.22%

R = 8.46%
G = 35.32%
B = 56.22%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#228EE2 (or 0x228EE2) is known color: Dodger Blue. HEX triplet: 22, 8E and E2. RGB value is (34,142,226). Sum of RGB (Red+Green+Blue) = 34+142+226=402 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.46% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 226 (88.67% from 255 or 56.22% from 402); Max value from RGB is 226 - color contains mainly: blue. Hex color #228EE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228EE2 is #DD711D. Grayscale: #767676. Windows color (decimal): -14512414 or 14847522. OLE color: 14847522.

HSL color Cylindrical-coordinate representation of color #228EE2: hue angle of 206.25º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228EE2 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 34 142 226 -
CMYK 0.85 0.37 0 0.11
HSL 206.25º 0.77% 0.51% -
HSV(B) 206.25º 0.85% 0.89% -
XYZ 24.06 25.18 75.54 -
YUV 119.28 188.22 67.17 -
System Red Green Blue C M Y K H S L
Decimal 34 142 226 0.85 0.37 0 0.11 206.25 0.77 0.51
Hex 22 8E E2 55 25 0 B CE 4D 33
Octal 42 216 342 125 45 0 13 316 115 63
Binary 100010 10001110 11100010 1010101 100101 0 1011 11001110 1001101 110011

Color Harmonies of #228EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228EE2

Black with #228EE2

Text Example


Text Example

White with #228EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,142,226); }

 H1.HeaderClassName
 {
   color: #228EE2;
 }
 .AnyTagClassName
 {
   color: #228EE2;
 }
</style>

background-color css

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

 a { background-color: rgb(34,142,226); }

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

border-color css

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

 span { border-color: rgb(34,142,226); }

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