Html Css Color HEX #228EEC Dodger Blue

📋 copy color: '#228EEC'

red 34 ◦ green 142 ◦ blue 236

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

Shades of Dodger Blue #228EEC

Tints of Dodger Blue #228EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.28%

R = 8.25%
G = 34.47%
B = 57.28%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#228EEC (or 0x228EEC) is known color: Dodger Blue. HEX triplet: 22, 8E and EC. RGB value is (34,142,236). Sum of RGB (Red+Green+Blue) = 34+142+236=412 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.25% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #228EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228EEC is #DD7113. Grayscale: #777777. Windows color (decimal): -14512404 or 15502882. OLE color: 15502882.

HSL color Cylindrical-coordinate representation of color #228EEC: hue angle of 207.92º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228EEC is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 142 236 -
CMYK 0.86 0.40 0 0.07
HSL 207.92º 0.84% 0.53% -
HSV(B) 207.92º 0.86% 0.93% -
XYZ 25.47 25.74 82.98 -
YUV 120.42 193.22 66.36 -
System Red Green Blue C M Y K H S L
Decimal 34 142 236 0.86 0.40 0 0.07 207.92 0.84 0.53
Hex 22 8E EC 56 28 0 7 D0 54 35
Octal 42 216 354 126 50 0 7 320 124 65
Binary 100010 10001110 11101100 1010110 101000 0 111 11010000 1010100 110101

Color Harmonies of #228EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228EEC

Black with #228EEC

Text Example


Text Example

White with #228EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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