Html Css Color HEX #287AF0 Dodger Blue

📋 copy color: '#287AF0'

red 40 ◦ green 122 ◦ blue 240

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

Shades of Dodger Blue #287AF0

Tints of Dodger Blue #287AF0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

 BLUE value IS 240 (94.14% from 255) = 59.7%

R = 9.95%
G = 30.35%
B = 59.7%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#287AF0 (or 0x287AF0) is known color: Dodger Blue. HEX triplet: 28, 7A and F0. RGB value is (40,122,240). Sum of RGB (Red+Green+Blue) = 40+122+240=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #287AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287AF0 is #D7850F. Grayscale: #6E6E6E. Windows color (decimal): -14124304 or 15759912. OLE color: 15759912.

HSL color Cylindrical-coordinate representation of color #287AF0: hue angle of 215.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287AF0 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 122 240 -
CMYK 0.83 0.49 0 0.06
HSL 215.4º 0.87% 0.55% -
HSV(B) 215.4º 0.83% 0.94% -
XYZ 23.56 20.66 85.18 -
YUV 110.93 200.83 77.41 -
System Red Green Blue C M Y K H S L
Decimal 40 122 240 0.83 0.49 0 0.06 215.4 0.87 0.55
Hex 28 7A F0 53 31 0 6 D7 57 37
Octal 50 172 360 123 61 0 6 327 127 67
Binary 101000 1111010 11110000 1010011 110001 0 110 11010111 1010111 110111

Color Harmonies of #287AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287AF0

Black with #287AF0

Text Example


Text Example

White with #287AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,122,240); }

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

background-color css

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

 a { background-color: rgb(40,122,240); }

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

border-color css

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

 span { border-color: rgb(40,122,240); }

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