Html Css Color HEX #287CEA Dodger Blue

📋 copy color: '#287CEA'

red 40 ◦ green 124 ◦ blue 234

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

Shades of Dodger Blue #287CEA

Tints of Dodger Blue #287CEA

RGB

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

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

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

R = 10.05%
G = 31.16%
B = 58.79%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#287CEA (or 0x287CEA) is known color: Dodger Blue. HEX triplet: 28, 7C and EA. RGB value is (40,124,234). Sum of RGB (Red+Green+Blue) = 40+124+234=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #287CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287CEA is #D78315. Grayscale: #6E6E6E. Windows color (decimal): -14123798 or 15367208. OLE color: 15367208.

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

Color convert

RGB 40 124 234 -
CMYK 0.83 0.47 0 0.08
HSL 214.02º 0.82% 0.54% -
HSV(B) 214.02º 0.83% 0.92% -
XYZ 22.93 20.81 80.65 -
YUV 111.42 197.17 77.06 -
System Red Green Blue C M Y K H S L
Decimal 40 124 234 0.83 0.47 0 0.08 214.02 0.82 0.54
Hex 28 7C EA 53 2F 0 8 D6 52 36
Octal 50 174 352 123 57 0 10 326 122 66
Binary 101000 1111100 11101010 1010011 101111 0 1000 11010110 1010010 110110

Color Harmonies of #287CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287CEA

Black with #287CEA

Text Example


Text Example

White with #287CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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