Html Css Color HEX #1968FF Dodger Blue

📋 copy color: '#1968FF'

red 25 ◦ green 104 ◦ blue 255

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

Shades of Dodger Blue #1968FF

Tints of Dodger Blue #1968FF

RGB

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

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

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

R = 6.51%
G = 27.08%
B = 66.41%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1968FF (or 0x1968FF) is known color: Dodger Blue. HEX triplet: 19, 68 and FF. RGB value is (25,104,255). Sum of RGB (Red+Green+Blue) = 25+104+255=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #1968FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1968FF is #E69700. Grayscale: #606060. Windows color (decimal): -15111937 or 16738329. OLE color: 16738329.

HSL color Cylindrical-coordinate representation of color #1968FF: hue angle of 219.39º 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 #1968FF is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 104 255 -
CMYK 0.90 0.59 0 0
HSL 219.39º 1% 0.55% -
HSV(B) 219.39º 0.9% 1% -
XYZ 23.4 17.33 96.72 -
YUV 97.59 216.83 76.22 -
System Red Green Blue C M Y K H S L
Decimal 25 104 255 0.90 0.59 0 0 219.39 1 0.55
Hex 19 68 FF 5A 3B 0 0 DB 64 37
Octal 31 150 377 132 73 0 0 333 144 67
Binary 11001 1101000 11111111 1011010 111011 0 0 11011011 1100100 110111

Color Harmonies of #1968FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1968FF

Black with #1968FF

Text Example


Text Example

White with #1968FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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