Html Css Color HEX #1470FD Dodger Blue

📋 copy color: '#1470FD'

red 20 ◦ green 112 ◦ blue 253

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

Shades of Dodger Blue #1470FD

Tints of Dodger Blue #1470FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 5.19%
G = 29.09%
B = 65.71%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1470FD (or 0x1470FD) is known color: Dodger Blue. HEX triplet: 14, 70 and FD. RGB value is (20,112,253). Sum of RGB (Red+Green+Blue) = 20+112+253=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #1470FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1470FD is #EB8F02. Grayscale: #636363. Windows color (decimal): -15437571 or 16609300. OLE color: 16609300.

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

Color convert

RGB 20 112 253 -
CMYK 0.92 0.56 0 0.01
HSL 216.31º 0.98% 0.54% -
HSV(B) 216.31º 0.92% 0.99% -
XYZ 23.81 18.83 95.31 -
YUV 100.57 214.02 70.54 -
System Red Green Blue C M Y K H S L
Decimal 20 112 253 0.92 0.56 0 0.01 216.31 0.98 0.54
Hex 14 70 FD 5C 38 0 1 D8 62 36
Octal 24 160 375 134 70 0 1 330 142 66
Binary 10100 1110000 11111101 1011100 111000 0 1 11011000 1100010 110110

Color Harmonies of #1470FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470FD

Black with #1470FD

Text Example


Text Example

White with #1470FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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