Html Css Color HEX #287BFF Dodger Blue

📋 copy color: '#287BFF'

red 40 ◦ green 123 ◦ blue 255

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

Shades of Dodger Blue #287BFF

Tints of Dodger Blue #287BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61%

R = 9.57%
G = 29.43%
B = 61%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#287BFF (or 0x287BFF) is known color: Dodger Blue. HEX triplet: 28, 7B and FF. RGB value is (40,123,255). Sum of RGB (Red+Green+Blue) = 40+123+255=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #287BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287BFF is #D78400. Grayscale: #707070. Windows color (decimal): -14124033 or 16743208. OLE color: 16743208.

HSL color Cylindrical-coordinate representation of color #287BFF: hue angle of 216.84º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287BFF is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 40 123 255 -
CMYK 0.84 0.52 0 0
HSL 216.84º 1% 0.58% -
HSV(B) 216.84º 0.84% 1% -
XYZ 26.01 21.84 97.45 -
YUV 113.23 208 75.77 -
System Red Green Blue C M Y K H S L
Decimal 40 123 255 0.84 0.52 0 0 216.84 1 0.58
Hex 28 7B FF 54 34 0 0 D9 64 3A
Octal 50 173 377 124 64 0 0 331 144 72
Binary 101000 1111011 11111111 1010100 110100 0 0 11011001 1100100 111010

Color Harmonies of #287BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287BFF

Black with #287BFF

Text Example


Text Example

White with #287BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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