Html Css Color HEX #287AF6 Dodger Blue

📋 copy color: '#287AF6'

red 40 ◦ green 122 ◦ blue 246

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

Shades of Dodger Blue #287AF6

Tints of Dodger Blue #287AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 60.29%

R = 9.8%
G = 29.9%
B = 60.29%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#287AF6 (or 0x287AF6) is known color: Dodger Blue. HEX triplet: 28, 7A and F6. RGB value is (40,122,246). Sum of RGB (Red+Green+Blue) = 40+122+246=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 246 (96.48% from 255 or 60.29% from 408); Max value from RGB is 246 - color contains mainly: blue. Hex color #287AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287AF6 is #D78509. Grayscale: #6F6F6F. Windows color (decimal): -14124298 or 16153128. OLE color: 16153128.

HSL color Cylindrical-coordinate representation of color #287AF6: hue angle of 216.12º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287AF6 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 122 246 -
CMYK 0.84 0.50 0 0.04
HSL 216.12º 0.92% 0.56% -
HSV(B) 216.12º 0.84% 0.96% -
XYZ 24.47 21.02 89.96 -
YUV 111.62 203.83 76.92 -
System Red Green Blue C M Y K H S L
Decimal 40 122 246 0.84 0.50 0 0.04 216.12 0.92 0.56
Hex 28 7A F6 54 32 0 4 D8 5C 38
Octal 50 172 366 124 62 0 4 330 134 70
Binary 101000 1111010 11110110 1010100 110010 0 100 11011000 1011100 111000

Color Harmonies of #287AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287AF6

Black with #287AF6

Text Example


Text Example

White with #287AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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