Html Css Color HEX #196CFF Dodger Blue

📋 copy color: '#196CFF'

red 25 ◦ green 108 ◦ blue 255

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

Shades of Dodger Blue #196CFF

Tints of Dodger Blue #196CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

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

R = 6.44%
G = 27.84%
B = 65.72%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#196CFF (or 0x196CFF) is known color: Dodger Blue. HEX triplet: 19, 6C and FF. RGB value is (25,108,255). Sum of RGB (Red+Green+Blue) = 25+108+255=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #196CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196CFF is #E69300. Grayscale: #636363. Windows color (decimal): -15110913 or 16739353. OLE color: 16739353.

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

Color convert

RGB 25 108 255 -
CMYK 0.90 0.58 0 0
HSL 218.35º 1% 0.55% -
HSV(B) 218.35º 0.9% 1% -
XYZ 23.81 18.15 96.86 -
YUV 99.94 215.5 74.55 -
System Red Green Blue C M Y K H S L
Decimal 25 108 255 0.90 0.58 0 0 218.35 1 0.55
Hex 19 6C FF 5A 3A 0 0 DA 64 37
Octal 31 154 377 132 72 0 0 332 144 67
Binary 11001 1101100 11111111 1011010 111010 0 0 11011010 1100100 110111

Color Harmonies of #196CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CFF

Black with #196CFF

Text Example


Text Example

White with #196CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196CFF; }

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

 H1.HeaderClassName
 {
   color: #196CFF;
 }
 .AnyTagClassName
 {
   color: #196CFF;
 }
</style>

background-color css

<style>
 a { background-color: #196CFF; }

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

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

border-color css

<style>
 span { border-color: #196CFF; }

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

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