Html Css Color HEX #1970FD Dodger Blue

📋 copy color: '#1970FD'

red 25 ◦ green 112 ◦ blue 253

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

Shades of Dodger Blue #1970FD

Tints of Dodger Blue #1970FD

RGB

 RED value IS 25 (10.16% from 255) = 6.41%

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

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

R = 6.41%
G = 28.72%
B = 64.87%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1970FD (or 0x1970FD) is known color: Dodger Blue. HEX triplet: 19, 70 and FD. RGB value is (25,112,253). Sum of RGB (Red+Green+Blue) = 25+112+253=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 112 (44.14% from 255 or 28.72% 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 #1970FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1970FD is #E68F02. Grayscale: #656565. Windows color (decimal): -15109891 or 16609305. OLE color: 16609305.

HSL color Cylindrical-coordinate representation of color #1970FD: hue angle of 217.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1970FD is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 112 253 -
CMYK 0.90 0.56 0 0.01
HSL 217.11º 0.98% 0.55% -
HSV(B) 217.11º 0.9% 0.99% -
XYZ 23.92 18.89 95.31 -
YUV 102.06 213.18 73.04 -
System Red Green Blue C M Y K H S L
Decimal 25 112 253 0.90 0.56 0 0.01 217.11 0.98 0.55
Hex 19 70 FD 5A 38 0 1 D9 62 37
Octal 31 160 375 132 70 0 1 331 142 67
Binary 11001 1110000 11111101 1011010 111000 0 1 11011001 1100010 110111

Color Harmonies of #1970FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1970FD

Black with #1970FD

Text Example


Text Example

White with #1970FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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