Html Css Color HEX #1572FC Dodger Blue

📋 copy color: '#1572FC'

red 21 ◦ green 114 ◦ blue 252

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

Shades of Dodger Blue #1572FC

Tints of Dodger Blue #1572FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.12%

R = 5.43%
G = 29.46%
B = 65.12%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1572FC (or 0x1572FC) is known color: Dodger Blue. HEX triplet: 15, 72 and FC. RGB value is (21,114,252). Sum of RGB (Red+Green+Blue) = 21+114+252=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #1572FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1572FC is #EA8D03. Grayscale: #656565. Windows color (decimal): -15371524 or 16544277. OLE color: 16544277.

HSL color Cylindrical-coordinate representation of color #1572FC: hue angle of 215.84º degrees, saturation: 0.97, 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 #1572FC is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 114 252 -
CMYK 0.92 0.55 0 0.01
HSL 215.84º 0.97% 0.54% -
HSV(B) 215.84º 0.92% 0.99% -
XYZ 23.9 19.22 94.55 -
YUV 101.93 212.69 70.28 -
System Red Green Blue C M Y K H S L
Decimal 21 114 252 0.92 0.55 0 0.01 215.84 0.97 0.54
Hex 15 72 FC 5C 37 0 1 D8 61 36
Octal 25 162 374 134 67 0 1 330 141 66
Binary 10101 1110010 11111100 1011100 110111 0 1 11011000 1100001 110110

Color Harmonies of #1572FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572FC

Black with #1572FC

Text Example


Text Example

White with #1572FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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