Html Css Color HEX #288FEC Dodger Blue

📋 copy color: '#288FEC'

red 40 ◦ green 143 ◦ blue 236

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

Shades of Dodger Blue #288FEC

Tints of Dodger Blue #288FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.32%

R = 9.55%
G = 34.13%
B = 56.32%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#288FEC (or 0x288FEC) is known color: Dodger Blue. HEX triplet: 28, 8F and EC. RGB value is (40,143,236). Sum of RGB (Red+Green+Blue) = 40+143+236=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #288FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288FEC is #D77013. Grayscale: #7A7A7A. Windows color (decimal): -14118932 or 15503144. OLE color: 15503144.

HSL color Cylindrical-coordinate representation of color #288FEC: hue angle of 208.47º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288FEC is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 143 236 -
CMYK 0.83 0.39 0 0.07
HSL 208.47º 0.84% 0.54% -
HSV(B) 208.47º 0.83% 0.93% -
XYZ 25.84 26.15 83.04 -
YUV 122.81 191.88 68.94 -
System Red Green Blue C M Y K H S L
Decimal 40 143 236 0.83 0.39 0 0.07 208.47 0.84 0.54
Hex 28 8F EC 53 27 0 7 D0 54 36
Octal 50 217 354 123 47 0 7 320 124 66
Binary 101000 10001111 11101100 1010011 100111 0 111 11010000 1010100 110110

Color Harmonies of #288FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288FEC

Black with #288FEC

Text Example


Text Example

White with #288FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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