Html Css Color HEX #287EEA Dodger Blue

📋 copy color: '#287EEA'

red 40 ◦ green 126 ◦ blue 234

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

Shades of Dodger Blue #287EEA

Tints of Dodger Blue #287EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.5%

 BLUE value IS 234 (91.8% from 255) = 58.5%

R = 10%
G = 31.5%
B = 58.5%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#287EEA (or 0x287EEA) is known color: Dodger Blue. HEX triplet: 28, 7E and EA. RGB value is (40,126,234). Sum of RGB (Red+Green+Blue) = 40+126+234=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #287EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287EEA is #D78115. Grayscale: #707070. Windows color (decimal): -14123286 or 15367720. OLE color: 15367720.

HSL color Cylindrical-coordinate representation of color #287EEA: hue angle of 213.4º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287EEA is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 126 234 -
CMYK 0.83 0.46 0 0.08
HSL 213.4º 0.82% 0.54% -
HSV(B) 213.4º 0.83% 0.92% -
XYZ 23.19 21.31 80.73 -
YUV 112.6 196.51 76.22 -
System Red Green Blue C M Y K H S L
Decimal 40 126 234 0.83 0.46 0 0.08 213.4 0.82 0.54
Hex 28 7E EA 53 2E 0 8 D5 52 36
Octal 50 176 352 123 56 0 10 325 122 66
Binary 101000 1111110 11101010 1010011 101110 0 1000 11010101 1010010 110110

Color Harmonies of #287EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287EEA

Black with #287EEA

Text Example


Text Example

White with #287EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,126,234); }

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

background-color css

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

 a { background-color: rgb(40,126,234); }

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

border-color css

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

 span { border-color: rgb(40,126,234); }

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