Html Css Color HEX #1968F6 Dodger Blue

📋 copy color: '#1968F6'

red 25 ◦ green 104 ◦ blue 246

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

Shades of Dodger Blue #1968F6

Tints of Dodger Blue #1968F6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

 BLUE value IS 246 (96.48% from 255) = 65.6%

R = 6.67%
G = 27.73%
B = 65.6%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1968F6 (or 0x1968F6) is known color: Dodger Blue. HEX triplet: 19, 68 and F6. RGB value is (25,104,246). Sum of RGB (Red+Green+Blue) = 25+104+246=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #1968F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1968F6 is #E69709. Grayscale: #5F5F5F. Windows color (decimal): -15111946 or 16148505. OLE color: 16148505.

HSL color Cylindrical-coordinate representation of color #1968F6: hue angle of 218.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1968F6 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 104 246 -
CMYK 0.90 0.58 0 0.04
HSL 218.55º 0.92% 0.53% -
HSV(B) 218.55º 0.9% 0.96% -
XYZ 21.99 16.76 89.27 -
YUV 96.57 212.33 76.95 -
System Red Green Blue C M Y K H S L
Decimal 25 104 246 0.90 0.58 0 0.04 218.55 0.92 0.53
Hex 19 68 F6 5A 3A 0 4 DB 5C 35
Octal 31 150 366 132 72 0 4 333 134 65
Binary 11001 1101000 11110110 1011010 111010 0 100 11011011 1011100 110101

Color Harmonies of #1968F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1968F6

Black with #1968F6

Text Example


Text Example

White with #1968F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1968F6; }

 p { color: rgb(25,104,246); }

 H1.HeaderClassName
 {
   color: #1968F6;
 }
 .AnyTagClassName
 {
   color: #1968F6;
 }
</style>

background-color css

<style>
 a { background-color: #1968F6; }

 a { background-color: rgb(25,104,246); }

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

border-color css

<style>
 span { border-color: #1968F6; }

 span { border-color: rgb(25,104,246); }

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