Html Css Color HEX #1962FF Dodger Blue

📋 copy color: '#1962FF'

red 25 ◦ green 98 ◦ blue 255

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

Shades of Dodger Blue #1962FF

Tints of Dodger Blue #1962FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.93%

 BLUE value IS 255 (100% from 255) = 67.46%

R = 6.61%
G = 25.93%
B = 67.46%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1962FF (or 0x1962FF) is known color: Dodger Blue. HEX triplet: 19, 62 and FF. RGB value is (25,98,255). Sum of RGB (Red+Green+Blue) = 25+98+255=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #1962FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1962FF is #E69D00. Grayscale: #5D5D5D. Windows color (decimal): -15113473 or 16736793. OLE color: 16736793.

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

Color convert

RGB 25 98 255 -
CMYK 0.90 0.62 0 0
HSL 220.96º 1% 0.55% -
HSV(B) 220.96º 0.9% 1% -
XYZ 22.82 16.16 96.52 -
YUV 94.07 218.82 78.73 -
System Red Green Blue C M Y K H S L
Decimal 25 98 255 0.90 0.62 0 0 220.96 1 0.55
Hex 19 62 FF 5A 3E 0 0 DD 64 37
Octal 31 142 377 132 76 0 0 335 144 67
Binary 11001 1100010 11111111 1011010 111110 0 0 11011101 1100100 110111

Color Harmonies of #1962FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1962FF

Black with #1962FF

Text Example


Text Example

White with #1962FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1962FF;
 }
 .AnyTagClassName
 {
   color: #1962FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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