Html Css Color HEX #1575FC Dodger Blue

📋 copy color: '#1575FC'

red 21 ◦ green 117 ◦ blue 252

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

Shades of Dodger Blue #1575FC

Tints of Dodger Blue #1575FC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30%

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

R = 5.38%
G = 30%
B = 64.62%

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

#1575FC (or 0x1575FC) is known color: Dodger Blue. HEX triplet: 15, 75 and FC. RGB value is (21,117,252). Sum of RGB (Red+Green+Blue) = 21+117+252=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #1575FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1575FC is #EA8A03. Grayscale: #676767. Windows color (decimal): -15370756 or 16545045. OLE color: 16545045.

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

Color convert

RGB 21 117 252 -
CMYK 0.92 0.54 0 0.01
HSL 215.06º 0.97% 0.54% -
HSV(B) 215.06º 0.92% 0.99% -
XYZ 24.24 19.91 94.66 -
YUV 103.69 211.7 69.02 -
System Red Green Blue C M Y K H S L
Decimal 21 117 252 0.92 0.54 0 0.01 215.06 0.97 0.54
Hex 15 75 FC 5C 36 0 1 D7 61 36
Octal 25 165 374 134 66 0 1 327 141 66
Binary 10101 1110101 11111100 1011100 110110 0 1 11010111 1100001 110110

Color Harmonies of #1575FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1575FC

Black with #1575FC

Text Example


Text Example

White with #1575FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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