Html Css Color HEX #287CEE Dodger Blue

📋 copy color: '#287CEE'

red 40 ◦ green 124 ◦ blue 238

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

Shades of Dodger Blue #287CEE

Tints of Dodger Blue #287CEE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 9.95%
G = 30.85%
B = 59.2%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#287CEE (or 0x287CEE) is known color: Dodger Blue. HEX triplet: 28, 7C and EE. RGB value is (40,124,238). Sum of RGB (Red+Green+Blue) = 40+124+238=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #287CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287CEE is #D78311. Grayscale: #6F6F6F. Windows color (decimal): -14123794 or 15629352. OLE color: 15629352.

HSL color Cylindrical-coordinate representation of color #287CEE: hue angle of 214.55º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287CEE is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 124 238 -
CMYK 0.83 0.48 0 0.07
HSL 214.55º 0.85% 0.55% -
HSV(B) 214.55º 0.83% 0.93% -
XYZ 23.52 21.04 83.71 -
YUV 111.88 199.17 76.73 -
System Red Green Blue C M Y K H S L
Decimal 40 124 238 0.83 0.48 0 0.07 214.55 0.85 0.55
Hex 28 7C EE 53 30 0 7 D7 55 37
Octal 50 174 356 123 60 0 7 327 125 67
Binary 101000 1111100 11101110 1010011 110000 0 111 11010111 1010101 110111

Color Harmonies of #287CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287CEE

Black with #287CEE

Text Example


Text Example

White with #287CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287CEE; }

 p { color: rgb(40,124,238); }

 H1.HeaderClassName
 {
   color: #287CEE;
 }
 .AnyTagClassName
 {
   color: #287CEE;
 }
</style>

background-color css

<style>
 a { background-color: #287CEE; }

 a { background-color: rgb(40,124,238); }

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

border-color css

<style>
 span { border-color: #287CEE; }

 span { border-color: rgb(40,124,238); }

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