Html Css Color HEX #197CEC Dodger Blue

📋 copy color: '#197CEC'

red 25 ◦ green 124 ◦ blue 236

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

Shades of Dodger Blue #197CEC

Tints of Dodger Blue #197CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

 BLUE value IS 236 (92.58% from 255) = 61.3%

R = 6.49%
G = 32.21%
B = 61.3%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#197CEC (or 0x197CEC) is known color: Dodger Blue. HEX triplet: 19, 7C and EC. RGB value is (25,124,236). Sum of RGB (Red+Green+Blue) = 25+124+236=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #197CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197CEC is #E68313. Grayscale: #6A6A6A. Windows color (decimal): -15106836 or 15498265. OLE color: 15498265.

HSL color Cylindrical-coordinate representation of color #197CEC: hue angle of 211.85º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197CEC is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 124 236 -
CMYK 0.89 0.47 0 0.07
HSL 211.85º 0.85% 0.51% -
HSV(B) 211.85º 0.89% 0.93% -
XYZ 22.75 20.68 82.15 -
YUV 107.17 200.7 69.39 -
System Red Green Blue C M Y K H S L
Decimal 25 124 236 0.89 0.47 0 0.07 211.85 0.85 0.51
Hex 19 7C EC 59 2F 0 7 D4 55 33
Octal 31 174 354 131 57 0 7 324 125 63
Binary 11001 1111100 11101100 1011001 101111 0 111 11010100 1010101 110011

Color Harmonies of #197CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CEC

Black with #197CEC

Text Example


Text Example

White with #197CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197CEC; }

 p { color: rgb(25,124,236); }

 H1.HeaderClassName
 {
   color: #197CEC;
 }
 .AnyTagClassName
 {
   color: #197CEC;
 }
</style>

background-color css

<style>
 a { background-color: #197CEC; }

 a { background-color: rgb(25,124,236); }

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

border-color css

<style>
 span { border-color: #197CEC; }

 span { border-color: rgb(25,124,236); }

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