Html Css Color HEX #190CDD Medium Blue

📋 copy color: '#190CDD'

red 25 ◦ green 12 ◦ blue 221

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

Shades of Medium Blue #190CDD

Tints of Medium Blue #190CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.65%

 BLUE value IS 221 (86.72% from 255) = 85.66%

R = 9.69%
G = 4.65%
B = 85.66%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#190CDD (or 0x190CDD) is known color: Medium Blue. HEX triplet: 19, 0C and DD. RGB value is (25,12,221). Sum of RGB (Red+Green+Blue) = 25+12+221=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 221 (86.72% from 255 or 85.66% from 258); Max value from RGB is 221 - color contains mainly: blue. Hex color #190CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190CDD is #E6F322. Grayscale: #262626. Windows color (decimal): -15135523 or 14486553. OLE color: 14486553.

HSL color Cylindrical-coordinate representation of color #190CDD: hue angle of 243.73º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190CDD is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 12 221 -
CMYK 0.89 0.95 0 0.13
HSL 243.73º 0.9% 0.46% -
HSV(B) 243.73º 0.95% 0.87% -
XYZ 13.58 5.69 68.79 -
YUV 39.71 230.31 117.51 -
System Red Green Blue C M Y K H S L
Decimal 25 12 221 0.89 0.95 0 0.13 243.73 0.9 0.46
Hex 19 C DD 59 5F 0 D F4 5A 2E
Octal 31 14 335 131 137 0 15 364 132 56
Binary 11001 1100 11011101 1011001 1011111 0 1101 11110100 1011010 101110

Color Harmonies of #190CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190CDD

Black with #190CDD

Text Example


Text Example

White with #190CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190CDD; }

 p { color: rgb(25,12,221); }

 H1.HeaderClassName
 {
   color: #190CDD;
 }
 .AnyTagClassName
 {
   color: #190CDD;
 }
</style>

background-color css

<style>
 a { background-color: #190CDD; }

 a { background-color: rgb(25,12,221); }

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

border-color css

<style>
 span { border-color: #190CDD; }

 span { border-color: rgb(25,12,221); }

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