Html Css Color HEX #228EED Dodger Blue

📋 copy color: '#228EED'

red 34 ◦ green 142 ◦ blue 237

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

Shades of Dodger Blue #228EED

Tints of Dodger Blue #228EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.38%

R = 8.23%
G = 34.38%
B = 57.38%

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

#228EED (or 0x228EED) is known color: Dodger Blue. HEX triplet: 22, 8E and ED. RGB value is (34,142,237). Sum of RGB (Red+Green+Blue) = 34+142+237=413 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.23% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #228EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228EED is #DD7112. Grayscale: #787878. Windows color (decimal): -14512403 or 15568418. OLE color: 15568418.

HSL color Cylindrical-coordinate representation of color #228EED: hue angle of 208.08º degrees, saturation: 0.85, 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 #228EED is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 142 237 -
CMYK 0.86 0.40 0 0.07
HSL 208.08º 0.85% 0.53% -
HSV(B) 208.08º 0.86% 0.93% -
XYZ 25.62 25.8 83.75 -
YUV 120.54 193.72 66.28 -
System Red Green Blue C M Y K H S L
Decimal 34 142 237 0.86 0.40 0 0.07 208.08 0.85 0.53
Hex 22 8E ED 56 28 0 7 D0 55 35
Octal 42 216 355 126 50 0 7 320 125 65
Binary 100010 10001110 11101101 1010110 101000 0 111 11010000 1010101 110101

Color Harmonies of #228EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228EED

Black with #228EED

Text Example


Text Example

White with #228EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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