Html Css Color HEX #228BDB Dodger Blue

📋 copy color: '#228BDB'

red 34 ◦ green 139 ◦ blue 219

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

Shades of Dodger Blue #228BDB

Tints of Dodger Blue #228BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.87%

R = 8.67%
G = 35.46%
B = 55.87%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#228BDB (or 0x228BDB) is known color: Dodger Blue. HEX triplet: 22, 8B and DB. RGB value is (34,139,219). Sum of RGB (Red+Green+Blue) = 34+139+219=392 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.67% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #228BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228BDB is #DD7424. Grayscale: #747474. Windows color (decimal): -14513189 or 14388002. OLE color: 14388002.

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

Color convert

RGB 34 139 219 -
CMYK 0.84 0.37 0 0.14
HSL 205.95º 0.73% 0.5% -
HSV(B) 205.95º 0.84% 0.86% -
XYZ 22.68 23.92 70.44 -
YUV 116.73 185.71 69 -
System Red Green Blue C M Y K H S L
Decimal 34 139 219 0.84 0.37 0 0.14 205.95 0.73 0.5
Hex 22 8B DB 54 25 0 E CE 49 32
Octal 42 213 333 124 45 0 16 316 111 62
Binary 100010 10001011 11011011 1010100 100101 0 1110 11001110 1001001 110010

Color Harmonies of #228BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228BDB

Black with #228BDB

Text Example


Text Example

White with #228BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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