Html Css Color HEX #1478FD Dodger Blue

📋 copy color: '#1478FD'

red 20 ◦ green 120 ◦ blue 253

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

Shades of Dodger Blue #1478FD

Tints of Dodger Blue #1478FD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.53%

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

R = 5.09%
G = 30.53%
B = 64.38%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1478FD (or 0x1478FD) is known color: Dodger Blue. HEX triplet: 14, 78 and FD. RGB value is (20,120,253). Sum of RGB (Red+Green+Blue) = 20+120+253=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #1478FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1478FD is #EB8702. Grayscale: #686868. Windows color (decimal): -15435523 or 16611348. OLE color: 16611348.

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

Color convert

RGB 20 120 253 -
CMYK 0.92 0.53 0 0.01
HSL 214.25º 0.98% 0.54% -
HSV(B) 214.25º 0.92% 0.99% -
XYZ 24.73 20.67 95.62 -
YUV 105.26 211.37 67.19 -
System Red Green Blue C M Y K H S L
Decimal 20 120 253 0.92 0.53 0 0.01 214.25 0.98 0.54
Hex 14 78 FD 5C 35 0 1 D6 62 36
Octal 24 170 375 134 65 0 1 326 142 66
Binary 10100 1111000 11111101 1011100 110101 0 1 11010110 1100010 110110

Color Harmonies of #1478FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1478FD

Black with #1478FD

Text Example


Text Example

White with #1478FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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