Html Css Color HEX #229BEC Dodger Blue

📋 copy color: '#229BEC'

red 34 ◦ green 155 ◦ blue 236

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

Shades of Dodger Blue #229BEC

Tints of Dodger Blue #229BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.47%

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

R = 8%
G = 36.47%
B = 55.53%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#229BEC (or 0x229BEC) is known color: Dodger Blue. HEX triplet: 22, 9B and EC. RGB value is (34,155,236). Sum of RGB (Red+Green+Blue) = 34+155+236=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #229BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229BEC is #DD6413. Grayscale: #7F7F7F. Windows color (decimal): -14509076 or 15506210. OLE color: 15506210.

HSL color Cylindrical-coordinate representation of color #229BEC: hue angle of 204.06º 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 #229BEC is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 155 236 -
CMYK 0.86 0.34 0 0.07
HSL 204.06º 0.84% 0.53% -
HSV(B) 204.06º 0.86% 0.93% -
XYZ 27.52 29.84 83.67 -
YUV 128.06 188.91 60.91 -
System Red Green Blue C M Y K H S L
Decimal 34 155 236 0.86 0.34 0 0.07 204.06 0.84 0.53
Hex 22 9B EC 56 22 0 7 CC 54 35
Octal 42 233 354 126 42 0 7 314 124 65
Binary 100010 10011011 11101100 1010110 100010 0 111 11001100 1010100 110101

Color Harmonies of #229BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229BEC

Black with #229BEC

Text Example


Text Example

White with #229BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229BEC; }

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

 H1.HeaderClassName
 {
   color: #229BEC;
 }
 .AnyTagClassName
 {
   color: #229BEC;
 }
</style>

background-color css

<style>
 a { background-color: #229BEC; }

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

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

border-color css

<style>
 span { border-color: #229BEC; }

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

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