#1962FE

Color #1962FE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1962FE

Tints of Dodger Blue #1962FE

Color information

#1962FE (or 0x1962FE) is unknown color: approx Dodger Blue. HEX triplet: 19, 62 and FE. RGB value is (25,98,254). Sum of RGB (Red+Green+Blue) = 25+98+254=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #1962FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1962FE is #E69D01. Grayscale: #5D5D5D. Windows color (decimal): -15113474 or 16671257. OLE color: 16671257.

HSL color Cylindrical-coordinate representation of color #1962FE: hue angle of 220.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1962FE is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2598254-
CMYK0.900.6100.00
HSL220.87º99.13%54.71%-
HSV(B)220.87º90.16%99.61%-
XYZ22.6616.195.68-
YUV93.96218.3278.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.63%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 254 (99.61% from 255) = 67.37%
R=6.63%
G=25.99%
B=67.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25982540.900.6100.00220.8799.1354.71
Hex1962FE5A3D00dd6337
Octal31142376132750033514367
Binary11001110001011111110101101011110100110111011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1962FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1962FE; }

 p { color: rgb(25,98,254); }

 H1.HeaderClassName
 {
   color: #1962FE;
 }
 .AnyTagClassName
 {
   color: #1962FE;
 }
</style>
background-color css

<style>
 a { background-color: #1962FE; }

 a { background-color: rgb(25,98,254); }

 div.DivClassName
 {
   background-color: #1962FE;
 }
 .BgClassName
 {
   background-color: #1962FE;
 }
</style>
border-color css

<style>
 span { border-color: #1962FE; }

 span { border-color: rgb(25,98,254); }

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