Html Css Color HEX #228BDD Dodger Blue

📋 copy color: '#228BDD'

red 34 ◦ green 139 ◦ blue 221

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

Shades of Dodger Blue #228BDD

Tints of Dodger Blue #228BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 8.63%
G = 35.28%
B = 56.09%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#228BDD (or 0x228BDD) is known color: Dodger Blue. HEX triplet: 22, 8B and DD. RGB value is (34,139,221). Sum of RGB (Red+Green+Blue) = 34+139+221=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #228BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228BDD is #DD7422. Grayscale: #747474. Windows color (decimal): -14513187 or 14519074. OLE color: 14519074.

HSL color Cylindrical-coordinate representation of color #228BDD: hue angle of 206.31º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228BDD is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 139 221 -
CMYK 0.85 0.37 0 0.13
HSL 206.31º 0.73% 0.5% -
HSV(B) 206.31º 0.85% 0.87% -
XYZ 22.94 24.03 71.83 -
YUV 116.95 186.71 68.83 -
System Red Green Blue C M Y K H S L
Decimal 34 139 221 0.85 0.37 0 0.13 206.31 0.73 0.5
Hex 22 8B DD 55 25 0 D CE 49 32
Octal 42 213 335 125 45 0 15 316 111 62
Binary 100010 10001011 11011101 1010101 100101 0 1101 11001110 1001001 110010

Color Harmonies of #228BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228BDD

Black with #228BDD

Text Example


Text Example

White with #228BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,139,221); }

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

background-color css

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

 a { background-color: rgb(34,139,221); }

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

border-color css

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

 span { border-color: rgb(34,139,221); }

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