Html Css Color HEX #287AFD Dodger Blue

📋 copy color: '#287AFD'

red 40 ◦ green 122 ◦ blue 253

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

Shades of Dodger Blue #287AFD

Tints of Dodger Blue #287AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.96%

R = 9.64%
G = 29.4%
B = 60.96%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#287AFD (or 0x287AFD) is known color: Dodger Blue. HEX triplet: 28, 7A and FD. RGB value is (40,122,253). Sum of RGB (Red+Green+Blue) = 40+122+253=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #287AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287AFD is #D78502. Grayscale: #6F6F6F. Windows color (decimal): -14124291 or 16611880. OLE color: 16611880.

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

Color convert

RGB 40 122 253 -
CMYK 0.84 0.52 0 0.01
HSL 216.9º 0.98% 0.57% -
HSV(B) 216.9º 0.84% 0.99% -
XYZ 25.56 21.46 95.72 -
YUV 112.42 207.33 76.35 -
System Red Green Blue C M Y K H S L
Decimal 40 122 253 0.84 0.52 0 0.01 216.9 0.98 0.57
Hex 28 7A FD 54 34 0 1 D9 62 39
Octal 50 172 375 124 64 0 1 331 142 71
Binary 101000 1111010 11111101 1010100 110100 0 1 11011001 1100010 111001

Color Harmonies of #287AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287AFD

Black with #287AFD

Text Example


Text Example

White with #287AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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