Html Css Color HEX #1561FA Dodger Blue

📋 copy color: '#1561FA'

red 21 ◦ green 97 ◦ blue 250

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

Shades of Dodger Blue #1561FA

Tints of Dodger Blue #1561FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.93%

R = 5.71%
G = 26.36%
B = 67.93%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1561FA (or 0x1561FA) is known color: Dodger Blue. HEX triplet: 15, 61 and FA. RGB value is (21,97,250). Sum of RGB (Red+Green+Blue) = 21+97+250=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #1561FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1561FA is #EA9E05. Grayscale: #5B5B5B. Windows color (decimal): -15375878 or 16408853. OLE color: 16408853.

HSL color Cylindrical-coordinate representation of color #1561FA: hue angle of 220.09º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1561FA is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 97 250 -
CMYK 0.92 0.61 0 0.02
HSL 220.09º 0.96% 0.53% -
HSV(B) 220.09º 0.92% 0.98% -
XYZ 21.84 15.61 92.3 -
YUV 91.72 217.32 77.56 -
System Red Green Blue C M Y K H S L
Decimal 21 97 250 0.92 0.61 0 0.02 220.09 0.96 0.53
Hex 15 61 FA 5C 3D 0 2 DC 60 35
Octal 25 141 372 134 75 0 2 334 140 65
Binary 10101 1100001 11111010 1011100 111101 0 10 11011100 1100000 110101

Color Harmonies of #1561FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1561FA

Black with #1561FA

Text Example


Text Example

White with #1561FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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