Html Css Color HEX #1574FC Dodger Blue

📋 copy color: '#1574FC'

red 21 ◦ green 116 ◦ blue 252

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

Shades of Dodger Blue #1574FC

Tints of Dodger Blue #1574FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

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

R = 5.4%
G = 29.82%
B = 64.78%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1574FC (or 0x1574FC) is known color: Dodger Blue. HEX triplet: 15, 74 and FC. RGB value is (21,116,252). Sum of RGB (Red+Green+Blue) = 21+116+252=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #1574FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1574FC is #EA8B03. Grayscale: #666666. Windows color (decimal): -15371012 or 16544789. OLE color: 16544789.

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

Color convert

RGB 21 116 252 -
CMYK 0.92 0.54 0 0.01
HSL 215.32º 0.97% 0.54% -
HSV(B) 215.32º 0.92% 0.99% -
XYZ 24.13 19.68 94.62 -
YUV 103.1 212.03 69.44 -
System Red Green Blue C M Y K H S L
Decimal 21 116 252 0.92 0.54 0 0.01 215.32 0.97 0.54
Hex 15 74 FC 5C 36 0 1 D7 61 36
Octal 25 164 374 134 66 0 1 327 141 66
Binary 10101 1110100 11111100 1011100 110110 0 1 11010111 1100001 110110

Color Harmonies of #1574FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574FC

Black with #1574FC

Text Example


Text Example

White with #1574FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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