Html Css Color HEX #1572FA Dodger Blue

📋 copy color: '#1572FA'

red 21 ◦ green 114 ◦ blue 250

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

Shades of Dodger Blue #1572FA

Tints of Dodger Blue #1572FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

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

R = 5.45%
G = 29.61%
B = 64.94%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1572FA (or 0x1572FA) is known color: Dodger Blue. HEX triplet: 15, 72 and FA. RGB value is (21,114,250). Sum of RGB (Red+Green+Blue) = 21+114+250=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #1572FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1572FA is #EA8D05. Grayscale: #656565. Windows color (decimal): -15371526 or 16413205. OLE color: 16413205.

HSL color Cylindrical-coordinate representation of color #1572FA: hue angle of 215.63º 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 #1572FA is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 114 250 -
CMYK 0.92 0.54 0 0.02
HSL 215.63º 0.96% 0.53% -
HSV(B) 215.63º 0.92% 0.98% -
XYZ 23.58 19.1 92.89 -
YUV 101.7 211.69 70.44 -
System Red Green Blue C M Y K H S L
Decimal 21 114 250 0.92 0.54 0 0.02 215.63 0.96 0.53
Hex 15 72 FA 5C 36 0 2 D8 60 35
Octal 25 162 372 134 66 0 2 330 140 65
Binary 10101 1110010 11111010 1011100 110110 0 10 11011000 1100000 110101

Color Harmonies of #1572FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572FA

Black with #1572FA

Text Example


Text Example

White with #1572FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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