Html Css Color HEX #228CDB Dodger Blue

📋 copy color: '#228CDB'

red 34 ◦ green 140 ◦ blue 219

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

Shades of Dodger Blue #228CDB

Tints of Dodger Blue #228CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

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

R = 8.65%
G = 35.62%
B = 55.73%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#228CDB (or 0x228CDB) is known color: Dodger Blue. HEX triplet: 22, 8C and DB. RGB value is (34,140,219). Sum of RGB (Red+Green+Blue) = 34+140+219=393 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.65% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #228CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228CDB is #DD7324. Grayscale: #747474. Windows color (decimal): -14512933 or 14388258. OLE color: 14388258.

HSL color Cylindrical-coordinate representation of color #228CDB: hue angle of 205.62º 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 #228CDB is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 140 219 -
CMYK 0.84 0.36 0 0.14
HSL 205.62º 0.73% 0.5% -
HSV(B) 205.62º 0.84% 0.86% -
XYZ 22.82 24.21 70.49 -
YUV 117.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 34 140 219 0.84 0.36 0 0.14 205.62 0.73 0.5
Hex 22 8C DB 54 24 0 E CE 49 32
Octal 42 214 333 124 44 0 16 316 111 62
Binary 100010 10001100 11011011 1010100 100100 0 1110 11001110 1001001 110010

Color Harmonies of #228CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CDB

Black with #228CDB

Text Example


Text Example

White with #228CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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