Html Css Color HEX #228DDB Dodger Blue

📋 copy color: '#228DDB'

red 34 ◦ green 141 ◦ blue 219

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

Shades of Dodger Blue #228DDB

Tints of Dodger Blue #228DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

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

R = 8.63%
G = 35.79%
B = 55.58%

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

#228DDB (or 0x228DDB) is known color: Dodger Blue. HEX triplet: 22, 8D and DB. RGB value is (34,141,219). Sum of RGB (Red+Green+Blue) = 34+141+219=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #228DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DDB is #DD7224. Grayscale: #757575. Windows color (decimal): -14512677 or 14388514. OLE color: 14388514.

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

Color convert

RGB 34 141 219 -
CMYK 0.84 0.36 0 0.14
HSL 205.3º 0.73% 0.5% -
HSV(B) 205.3º 0.84% 0.86% -
XYZ 22.97 24.5 70.54 -
YUV 117.9 185.05 68.16 -
System Red Green Blue C M Y K H S L
Decimal 34 141 219 0.84 0.36 0 0.14 205.3 0.73 0.5
Hex 22 8D DB 54 24 0 E CD 49 32
Octal 42 215 333 124 44 0 16 315 111 62
Binary 100010 10001101 11011011 1010100 100100 0 1110 11001101 1001001 110010

Color Harmonies of #228DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228DDB

Black with #228DDB

Text Example


Text Example

White with #228DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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