Html Css Color HEX #1560FD Dodger Blue

📋 copy color: '#1560FD'

red 21 ◦ green 96 ◦ blue 253

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

Shades of Dodger Blue #1560FD

Tints of Dodger Blue #1560FD

RGB

 RED value IS 21 (8.59% from 255) = 5.68%

 GREEN value IS 96 (37.89% from 255) = 25.95%

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

R = 5.68%
G = 25.95%
B = 68.38%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1560FD (or 0x1560FD) is known color: Dodger Blue. HEX triplet: 15, 60 and FD. RGB value is (21,96,253). Sum of RGB (Red+Green+Blue) = 21+96+253=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #1560FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1560FD is #EA9F02. Grayscale: #5A5A5A. Windows color (decimal): -15376131 or 16605205. OLE color: 16605205.

HSL color Cylindrical-coordinate representation of color #1560FD: hue angle of 220.6º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1560FD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 96 253 -
CMYK 0.92 0.62 0 0.01
HSL 220.6º 0.98% 0.54% -
HSV(B) 220.6º 0.92% 0.99% -
XYZ 22.22 15.62 94.77 -
YUV 91.47 219.15 77.73 -
System Red Green Blue C M Y K H S L
Decimal 21 96 253 0.92 0.62 0 0.01 220.6 0.98 0.54
Hex 15 60 FD 5C 3E 0 1 DD 62 36
Octal 25 140 375 134 76 0 1 335 142 66
Binary 10101 1100000 11111101 1011100 111110 0 1 11011101 1100010 110110

Color Harmonies of #1560FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1560FD

Black with #1560FD

Text Example


Text Example

White with #1560FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1560FD; }

 p { color: rgb(21,96,253); }

 H1.HeaderClassName
 {
   color: #1560FD;
 }
 .AnyTagClassName
 {
   color: #1560FD;
 }
</style>

background-color css

<style>
 a { background-color: #1560FD; }

 a { background-color: rgb(21,96,253); }

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

border-color css

<style>
 span { border-color: #1560FD; }

 span { border-color: rgb(21,96,253); }

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