Html Css Color HEX #1561FF Dodger Blue

📋 copy color: '#1561FF'

red 21 ◦ green 97 ◦ blue 255

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

Shades of Dodger Blue #1561FF

Tints of Dodger Blue #1561FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

 BLUE value IS 255 (100% from 255) = 68.36%

R = 5.63%
G = 26.01%
B = 68.36%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1561FF (or 0x1561FF) is known color: Dodger Blue. HEX triplet: 15, 61 and FF. RGB value is (21,97,255). Sum of RGB (Red+Green+Blue) = 21+97+255=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #1561FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1561FF is #EA9E00. Grayscale: #5B5B5B. Windows color (decimal): -15375873 or 16736533. OLE color: 16736533.

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

Color convert

RGB 21 97 255 -
CMYK 0.92 0.62 0 0
HSL 220.51º 1% 0.54% -
HSV(B) 220.51º 0.92% 1% -
XYZ 22.63 15.93 96.49 -
YUV 92.29 219.82 77.15 -
System Red Green Blue C M Y K H S L
Decimal 21 97 255 0.92 0.62 0 0 220.51 1 0.54
Hex 15 61 FF 5C 3E 0 0 DD 64 36
Octal 25 141 377 134 76 0 0 335 144 66
Binary 10101 1100001 11111111 1011100 111110 0 0 11011101 1100100 110110

Color Harmonies of #1561FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561FF

Black with #1561FF

Text Example


Text Example

White with #1561FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1561FF; }

 p { color: rgb(21,97,255); }

 H1.HeaderClassName
 {
   color: #1561FF;
 }
 .AnyTagClassName
 {
   color: #1561FF;
 }
</style>

background-color css

<style>
 a { background-color: #1561FF; }

 a { background-color: rgb(21,97,255); }

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

border-color css

<style>
 span { border-color: #1561FF; }

 span { border-color: rgb(21,97,255); }

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