Html Css Color HEX #288CEF Dodger Blue

📋 copy color: '#288CEF'

red 40 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #288CEF

Tints of Dodger Blue #288CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.04%

R = 9.55%
G = 33.41%
B = 57.04%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#288CEF (or 0x288CEF) is known color: Dodger Blue. HEX triplet: 28, 8C and EF. RGB value is (40,140,239). Sum of RGB (Red+Green+Blue) = 40+140+239=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #288CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CEF is #D77310. Grayscale: #787878. Windows color (decimal): -14119697 or 15698984. OLE color: 15698984.

HSL color Cylindrical-coordinate representation of color #288CEF: hue angle of 209.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288CEF is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 140 239 -
CMYK 0.83 0.41 0 0.06
HSL 209.85º 0.86% 0.55% -
HSV(B) 209.85º 0.83% 0.94% -
XYZ 25.83 25.44 85.21 -
YUV 121.39 194.37 69.95 -
System Red Green Blue C M Y K H S L
Decimal 40 140 239 0.83 0.41 0 0.06 209.85 0.86 0.55
Hex 28 8C EF 53 29 0 6 D2 56 37
Octal 50 214 357 123 51 0 6 322 126 67
Binary 101000 10001100 11101111 1010011 101001 0 110 11010010 1010110 110111

Color Harmonies of #288CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CEF

Black with #288CEF

Text Example


Text Example

White with #288CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,140,239); }

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

background-color css

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

 a { background-color: rgb(40,140,239); }

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

border-color css

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

 span { border-color: rgb(40,140,239); }

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