Html Css Color HEX #1966FD Dodger Blue

📋 copy color: '#1966FD'

red 25 ◦ green 102 ◦ blue 253

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

Shades of Dodger Blue #1966FD

Tints of Dodger Blue #1966FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

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

R = 6.58%
G = 26.84%
B = 66.58%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1966FD (or 0x1966FD) is known color: Dodger Blue. HEX triplet: 19, 66 and FD. RGB value is (25,102,253). Sum of RGB (Red+Green+Blue) = 25+102+253=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #1966FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1966FD is #E69902. Grayscale: #5F5F5F. Windows color (decimal): -15112451 or 16606745. OLE color: 16606745.

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

Color convert

RGB 25 102 253 -
CMYK 0.90 0.60 0 0.01
HSL 219.74º 0.98% 0.55% -
HSV(B) 219.74º 0.9% 0.99% -
XYZ 22.88 16.8 94.97 -
YUV 96.19 216.49 77.22 -
System Red Green Blue C M Y K H S L
Decimal 25 102 253 0.90 0.60 0 0.01 219.74 0.98 0.55
Hex 19 66 FD 5A 3C 0 1 DC 62 37
Octal 31 146 375 132 74 0 1 334 142 67
Binary 11001 1100110 11111101 1011010 111100 0 1 11011100 1100010 110111

Color Harmonies of #1966FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1966FD

Black with #1966FD

Text Example


Text Example

White with #1966FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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