Html Css Color HEX #288ADB Dodger Blue

📋 copy color: '#288ADB'

red 40 ◦ green 138 ◦ blue 219

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

Shades of Dodger Blue #288ADB

Tints of Dodger Blue #288ADB

RGB

 RED value IS 40 (16.02% from 255) = 10.08%

 GREEN value IS 138 (54.3% from 255) = 34.76%

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

R = 10.08%
G = 34.76%
B = 55.16%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#288ADB (or 0x288ADB) is known color: Dodger Blue. HEX triplet: 28, 8A and DB. RGB value is (40,138,219). Sum of RGB (Red+Green+Blue) = 40+138+219=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #288ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ADB is #D77524. Grayscale: #757575. Windows color (decimal): -14120229 or 14387752. OLE color: 14387752.

HSL color Cylindrical-coordinate representation of color #288ADB: hue angle of 207.15º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288ADB is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 138 219 -
CMYK 0.82 0.37 0 0.14
HSL 207.15º 0.71% 0.51% -
HSV(B) 207.15º 0.82% 0.86% -
XYZ 22.75 23.74 70.4 -
YUV 117.93 185.03 72.41 -
System Red Green Blue C M Y K H S L
Decimal 40 138 219 0.82 0.37 0 0.14 207.15 0.71 0.51
Hex 28 8A DB 52 25 0 E CF 47 33
Octal 50 212 333 122 45 0 16 317 107 63
Binary 101000 10001010 11011011 1010010 100101 0 1110 11001111 1000111 110011

Color Harmonies of #288ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288ADB

Black with #288ADB

Text Example


Text Example

White with #288ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288ADB; }

 p { color: rgb(40,138,219); }

 H1.HeaderClassName
 {
   color: #288ADB;
 }
 .AnyTagClassName
 {
   color: #288ADB;
 }
</style>

background-color css

<style>
 a { background-color: #288ADB; }

 a { background-color: rgb(40,138,219); }

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

border-color css

<style>
 span { border-color: #288ADB; }

 span { border-color: rgb(40,138,219); }

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