Html Css Color HEX #288EEF Dodger Blue

📋 copy color: '#288EEF'

red 40 ◦ green 142 ◦ blue 239

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

Shades of Dodger Blue #288EEF

Tints of Dodger Blue #288EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

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

R = 9.5%
G = 33.73%
B = 56.77%

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

#288EEF (or 0x288EEF) is known color: Dodger Blue. HEX triplet: 28, 8E and EF. RGB value is (40,142,239). Sum of RGB (Red+Green+Blue) = 40+142+239=421 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.50% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #288EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288EEF is #D77110. Grayscale: #7A7A7A. Windows color (decimal): -14119185 or 15699496. OLE color: 15699496.

HSL color Cylindrical-coordinate representation of color #288EEF: hue angle of 209.25º 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 #288EEF is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 142 239 -
CMYK 0.83 0.41 0 0.06
HSL 209.25º 0.86% 0.55% -
HSV(B) 209.25º 0.83% 0.94% -
XYZ 26.13 26.03 85.31 -
YUV 122.56 193.71 69.11 -
System Red Green Blue C M Y K H S L
Decimal 40 142 239 0.83 0.41 0 0.06 209.25 0.86 0.55
Hex 28 8E EF 53 29 0 6 D1 56 37
Octal 50 216 357 123 51 0 6 321 126 67
Binary 101000 10001110 11101111 1010011 101001 0 110 11010001 1010110 110111

Color Harmonies of #288EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288EEF

Black with #288EEF

Text Example


Text Example

White with #288EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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