Html Css Color HEX #1968FC Dodger Blue

📋 copy color: '#1968FC'

red 25 ◦ green 104 ◦ blue 252

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

Shades of Dodger Blue #1968FC

Tints of Dodger Blue #1968FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 6.56%
G = 27.3%
B = 66.14%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1968FC (or 0x1968FC) is known color: Dodger Blue. HEX triplet: 19, 68 and FC. RGB value is (25,104,252). Sum of RGB (Red+Green+Blue) = 25+104+252=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #1968FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1968FC is #E69703. Grayscale: #606060. Windows color (decimal): -15111940 or 16541721. OLE color: 16541721.

HSL color Cylindrical-coordinate representation of color #1968FC: hue angle of 219.12º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1968FC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 104 252 -
CMYK 0.90 0.59 0 0.01
HSL 219.12º 0.97% 0.54% -
HSV(B) 219.12º 0.9% 0.99% -
XYZ 22.92 17.14 94.19 -
YUV 97.25 215.33 76.47 -
System Red Green Blue C M Y K H S L
Decimal 25 104 252 0.90 0.59 0 0.01 219.12 0.97 0.54
Hex 19 68 FC 5A 3B 0 1 DB 61 36
Octal 31 150 374 132 73 0 1 333 141 66
Binary 11001 1101000 11111100 1011010 111011 0 1 11011011 1100001 110110

Color Harmonies of #1968FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1968FC

Black with #1968FC

Text Example


Text Example

White with #1968FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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