Html Css Color HEX #287BEA Dodger Blue

📋 copy color: '#287BEA'

red 40 ◦ green 123 ◦ blue 234

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

Shades of Dodger Blue #287BEA

Tints of Dodger Blue #287BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

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

R = 10.08%
G = 30.98%
B = 58.94%

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

#287BEA (or 0x287BEA) is known color: Dodger Blue. HEX triplet: 28, 7B and EA. RGB value is (40,123,234). Sum of RGB (Red+Green+Blue) = 40+123+234=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #287BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287BEA is #D78415. Grayscale: #6E6E6E. Windows color (decimal): -14124054 or 15366952. OLE color: 15366952.

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

Color convert

RGB 40 123 234 -
CMYK 0.83 0.47 0 0.08
HSL 214.33º 0.82% 0.54% -
HSV(B) 214.33º 0.83% 0.92% -
XYZ 22.81 20.56 80.61 -
YUV 110.84 197.5 77.47 -
System Red Green Blue C M Y K H S L
Decimal 40 123 234 0.83 0.47 0 0.08 214.33 0.82 0.54
Hex 28 7B EA 53 2F 0 8 D6 52 36
Octal 50 173 352 123 57 0 10 326 122 66
Binary 101000 1111011 11101010 1010011 101111 0 1000 11010110 1010010 110110

Color Harmonies of #287BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287BEA

Black with #287BEA

Text Example


Text Example

White with #287BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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