Html Css Color HEX #288FE0 Dodger Blue

📋 copy color: '#288FE0'

red 40 ◦ green 143 ◦ blue 224

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

Shades of Dodger Blue #288FE0

Tints of Dodger Blue #288FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

 BLUE value IS 224 (87.89% from 255) = 55.04%

R = 9.83%
G = 35.14%
B = 55.04%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#288FE0 (or 0x288FE0) is known color: Dodger Blue. HEX triplet: 28, 8F and E0. RGB value is (40,143,224). Sum of RGB (Red+Green+Blue) = 40+143+224=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #288FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FE0 is #D7701F. Grayscale: #797979. Windows color (decimal): -14118944 or 14716712. OLE color: 14716712.

HSL color Cylindrical-coordinate representation of color #288FE0: hue angle of 206.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288FE0 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 143 224 -
CMYK 0.82 0.36 0 0.12
HSL 206.41º 0.75% 0.52% -
HSV(B) 206.41º 0.82% 0.88% -
XYZ 24.15 25.48 74.17 -
YUV 121.44 185.88 69.91 -
System Red Green Blue C M Y K H S L
Decimal 40 143 224 0.82 0.36 0 0.12 206.41 0.75 0.52
Hex 28 8F E0 52 24 0 C CE 4B 34
Octal 50 217 340 122 44 0 14 316 113 64
Binary 101000 10001111 11100000 1010010 100100 0 1100 11001110 1001011 110100

Color Harmonies of #288FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288FE0

Black with #288FE0

Text Example


Text Example

White with #288FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,143,224); }

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

background-color css

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

 a { background-color: rgb(40,143,224); }

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

border-color css

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

 span { border-color: rgb(40,143,224); }

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