Html Css Color HEX #287DEE Dodger Blue

📋 copy color: '#287DEE'

red 40 ◦ green 125 ◦ blue 238

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

Shades of Dodger Blue #287DEE

Tints of Dodger Blue #287DEE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.02%

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

R = 9.93%
G = 31.02%
B = 59.06%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#287DEE (or 0x287DEE) is known color: Dodger Blue. HEX triplet: 28, 7D and EE. RGB value is (40,125,238). Sum of RGB (Red+Green+Blue) = 40+125+238=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #287DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287DEE is #D78211. Grayscale: #6F6F6F. Windows color (decimal): -14123538 or 15629608. OLE color: 15629608.

HSL color Cylindrical-coordinate representation of color #287DEE: hue angle of 214.24º 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 #287DEE is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 125 238 -
CMYK 0.83 0.47 0 0.07
HSL 214.24º 0.85% 0.55% -
HSV(B) 214.24º 0.83% 0.93% -
XYZ 23.64 21.29 83.75 -
YUV 112.47 198.84 76.31 -
System Red Green Blue C M Y K H S L
Decimal 40 125 238 0.83 0.47 0 0.07 214.24 0.85 0.55
Hex 28 7D EE 53 2F 0 7 D6 55 37
Octal 50 175 356 123 57 0 7 326 125 67
Binary 101000 1111101 11101110 1010011 101111 0 111 11010110 1010101 110111

Color Harmonies of #287DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287DEE

Black with #287DEE

Text Example


Text Example

White with #287DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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