Html Css Color HEX #287AF9 Dodger Blue

📋 copy color: '#287AF9'

red 40 ◦ green 122 ◦ blue 249

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

Shades of Dodger Blue #287AF9

Tints of Dodger Blue #287AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.58%

R = 9.73%
G = 29.68%
B = 60.58%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#287AF9 (or 0x287AF9) is known color: Dodger Blue. HEX triplet: 28, 7A and F9. RGB value is (40,122,249). Sum of RGB (Red+Green+Blue) = 40+122+249=411 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.73% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #287AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287AF9 is #D78506. Grayscale: #6F6F6F. Windows color (decimal): -14124295 or 16349736. OLE color: 16349736.

HSL color Cylindrical-coordinate representation of color #287AF9: hue angle of 216.46º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287AF9 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 122 249 -
CMYK 0.84 0.51 0 0.02
HSL 216.46º 0.95% 0.57% -
HSV(B) 216.46º 0.84% 0.98% -
XYZ 24.93 21.21 92.4 -
YUV 111.96 205.33 76.67 -
System Red Green Blue C M Y K H S L
Decimal 40 122 249 0.84 0.51 0 0.02 216.46 0.95 0.57
Hex 28 7A F9 54 33 0 2 D8 5F 39
Octal 50 172 371 124 63 0 2 330 137 71
Binary 101000 1111010 11111001 1010100 110011 0 10 11011000 1011111 111001

Color Harmonies of #287AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287AF9

Black with #287AF9

Text Example


Text Example

White with #287AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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