Html Css Color HEX #196CFA Dodger Blue

📋 copy color: '#196CFA'

red 25 ◦ green 108 ◦ blue 250

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

Shades of Dodger Blue #196CFA

Tints of Dodger Blue #196CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.27%

R = 6.53%
G = 28.2%
B = 65.27%

CMYK

 C value IS 0.9

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#196CFA (or 0x196CFA) is known color: Dodger Blue. HEX triplet: 19, 6C and FA. RGB value is (25,108,250). Sum of RGB (Red+Green+Blue) = 25+108+250=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #196CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196CFA is #E69305. Grayscale: #626262. Windows color (decimal): -15110918 or 16411673. OLE color: 16411673.

HSL color Cylindrical-coordinate representation of color #196CFA: hue angle of 217.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196CFA is Cyan = 0.9, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 108 250 -
CMYK 0.9 0.57 0 0.02
HSL 217.87º 0.96% 0.54% -
HSV(B) 217.87º 0.9% 0.98% -
XYZ 23.02 17.83 92.67 -
YUV 99.37 213 74.95 -
System Red Green Blue C M Y K H S L
Decimal 25 108 250 0.9 0.57 0 0.02 217.87 0.96 0.54
Hex 19 6C FA 5A 39 0 2 DA 60 36
Octal 31 154 372 132 71 0 2 332 140 66
Binary 11001 1101100 11111010 1011010 111001 0 10 11011010 1100000 110110

Color Harmonies of #196CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CFA

Black with #196CFA

Text Example


Text Example

White with #196CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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