Html Css Color HEX #228EEB Dodger Blue

📋 copy color: '#228EEB'

red 34 ◦ green 142 ◦ blue 235

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

Shades of Dodger Blue #228EEB

Tints of Dodger Blue #228EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.18%

R = 8.27%
G = 34.55%
B = 57.18%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#228EEB (or 0x228EEB) is known color: Dodger Blue. HEX triplet: 22, 8E and EB. RGB value is (34,142,235). Sum of RGB (Red+Green+Blue) = 34+142+235=411 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.27% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #228EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228EEB is #DD7114. Grayscale: #777777. Windows color (decimal): -14512405 or 15437346. OLE color: 15437346.

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

Color convert

RGB 34 142 235 -
CMYK 0.86 0.40 0 0.08
HSL 207.76º 0.83% 0.53% -
HSV(B) 207.76º 0.86% 0.92% -
XYZ 25.33 25.68 82.22 -
YUV 120.31 192.72 66.44 -
System Red Green Blue C M Y K H S L
Decimal 34 142 235 0.86 0.40 0 0.08 207.76 0.83 0.53
Hex 22 8E EB 56 28 0 8 D0 53 35
Octal 42 216 353 126 50 0 10 320 123 65
Binary 100010 10001110 11101011 1010110 101000 0 1000 11010000 1010011 110101

Color Harmonies of #228EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228EEB

Black with #228EEB

Text Example


Text Example

White with #228EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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