Html Css Color HEX #229BEB Dodger Blue

📋 copy color: '#229BEB'

red 34 ◦ green 155 ◦ blue 235

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

Shades of Dodger Blue #229BEB

Tints of Dodger Blue #229BEB

RGB

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

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

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

R = 8.02%
G = 36.56%
B = 55.42%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#229BEB (or 0x229BEB) is known color: Dodger Blue. HEX triplet: 22, 9B and EB. RGB value is (34,155,235). Sum of RGB (Red+Green+Blue) = 34+155+235=424 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.02% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #229BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229BEB is #DD6414. Grayscale: #7F7F7F. Windows color (decimal): -14509077 or 15440674. OLE color: 15440674.

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

Color convert

RGB 34 155 235 -
CMYK 0.86 0.34 0 0.08
HSL 203.88º 0.83% 0.53% -
HSV(B) 203.88º 0.86% 0.92% -
XYZ 27.38 29.78 82.9 -
YUV 127.94 188.41 61 -
System Red Green Blue C M Y K H S L
Decimal 34 155 235 0.86 0.34 0 0.08 203.88 0.83 0.53
Hex 22 9B EB 56 22 0 8 CC 53 35
Octal 42 233 353 126 42 0 10 314 123 65
Binary 100010 10011011 11101011 1010110 100010 0 1000 11001100 1010011 110101

Color Harmonies of #229BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229BEB

Black with #229BEB

Text Example


Text Example

White with #229BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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