Html Css Color HEX #1475FD Dodger Blue

📋 copy color: '#1475FD'

red 20 ◦ green 117 ◦ blue 253

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

Shades of Dodger Blue #1475FD

Tints of Dodger Blue #1475FD

RGB

 RED value IS 20 (8.2% from 255) = 5.13%

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

 BLUE value IS 253 (99.22% from 255) = 64.87%

R = 5.13%
G = 30%
B = 64.87%

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

#1475FD (or 0x1475FD) is known color: Dodger Blue. HEX triplet: 14, 75 and FD. RGB value is (20,117,253). Sum of RGB (Red+Green+Blue) = 20+117+253=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #1475FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1475FD is #EB8A02. Grayscale: #666666. Windows color (decimal): -15436291 or 16610580. OLE color: 16610580.

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

Color convert

RGB 20 117 253 -
CMYK 0.92 0.54 0 0.01
HSL 215.02º 0.98% 0.54% -
HSV(B) 215.02º 0.92% 0.99% -
XYZ 24.38 19.96 95.5 -
YUV 103.5 212.36 68.44 -
System Red Green Blue C M Y K H S L
Decimal 20 117 253 0.92 0.54 0 0.01 215.02 0.98 0.54
Hex 14 75 FD 5C 36 0 1 D7 62 36
Octal 24 165 375 134 66 0 1 327 142 66
Binary 10100 1110101 11111101 1011100 110110 0 1 11010111 1100010 110110

Color Harmonies of #1475FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1475FD

Black with #1475FD

Text Example


Text Example

White with #1475FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1475FD; }

 p { color: rgb(20,117,253); }

 H1.HeaderClassName
 {
   color: #1475FD;
 }
 .AnyTagClassName
 {
   color: #1475FD;
 }
</style>

background-color css

<style>
 a { background-color: #1475FD; }

 a { background-color: rgb(20,117,253); }

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

border-color css

<style>
 span { border-color: #1475FD; }

 span { border-color: rgb(20,117,253); }

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