Html Css Color HEX #1570F1 Dodger Blue

📋 copy color: '#1570F1'

red 21 ◦ green 112 ◦ blue 241

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

Shades of Dodger Blue #1570F1

Tints of Dodger Blue #1570F1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

 BLUE value IS 241 (94.53% from 255) = 64.44%

R = 5.61%
G = 29.95%
B = 64.44%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1570F1 (or 0x1570F1) is known color: Dodger Blue. HEX triplet: 15, 70 and F1. RGB value is (21,112,241). Sum of RGB (Red+Green+Blue) = 21+112+241=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #1570F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1570F1 is #EA8F0E. Grayscale: #626262. Windows color (decimal): -15372047 or 15822869. OLE color: 15822869.

HSL color Cylindrical-coordinate representation of color #1570F1: hue angle of 215.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1570F1 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 112 241 -
CMYK 0.91 0.54 0 0.05
HSL 215.18º 0.89% 0.51% -
HSV(B) 215.18º 0.91% 0.95% -
XYZ 21.98 18.1 85.55 -
YUV 99.5 207.85 72.01 -
System Red Green Blue C M Y K H S L
Decimal 21 112 241 0.91 0.54 0 0.05 215.18 0.89 0.51
Hex 15 70 F1 5B 36 0 5 D7 59 33
Octal 25 160 361 133 66 0 5 327 131 63
Binary 10101 1110000 11110001 1011011 110110 0 101 11010111 1011001 110011

Color Harmonies of #1570F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1570F1

Black with #1570F1

Text Example


Text Example

White with #1570F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1570F1; }

 p { color: rgb(21,112,241); }

 H1.HeaderClassName
 {
   color: #1570F1;
 }
 .AnyTagClassName
 {
   color: #1570F1;
 }
</style>

background-color css

<style>
 a { background-color: #1570F1; }

 a { background-color: rgb(21,112,241); }

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

border-color css

<style>
 span { border-color: #1570F1; }

 span { border-color: rgb(21,112,241); }

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