Html Css Color HEX #125DC2 Denim

📋 copy color: '#125DC2'

red 18 ◦ green 93 ◦ blue 194

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

Shades of Denim #125DC2

Tints of Denim #125DC2

RGB

 RED value IS 18 (7.42% from 255) = 5.9%

 GREEN value IS 93 (36.72% from 255) = 30.49%

 BLUE value IS 194 (76.17% from 255) = 63.61%

R = 5.9%
G = 30.49%
B = 63.61%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#125DC2 (or 0x125DC2) is known color: Denim. HEX triplet: 12, 5D and C2. RGB value is (18,93,194). Sum of RGB (Red+Green+Blue) = 18+93+194=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #125DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DC2 is #EDA23D. Grayscale: #515151. Windows color (decimal): -15573566 or 12737810. OLE color: 12737810.

HSL color Cylindrical-coordinate representation of color #125DC2: hue angle of 214.43º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125DC2 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 93 194 -
CMYK 0.91 0.52 0 0.24
HSL 214.43º 0.83% 0.42% -
HSV(B) 214.43º 0.91% 0.76% -
XYZ 13.9 11.85 52.59 -
YUV 82.09 191.15 82.29 -
System Red Green Blue C M Y K H S L
Decimal 18 93 194 0.91 0.52 0 0.24 214.43 0.83 0.42
Hex 12 5D C2 5B 34 0 18 D6 53 2A
Octal 22 135 302 133 64 0 30 326 123 52
Binary 10010 1011101 11000010 1011011 110100 0 11000 11010110 1010011 101010

Color Harmonies of #125DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DC2

Black with #125DC2

Text Example


Text Example

White with #125DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125DC2; }

 p { color: rgb(18,93,194); }

 H1.HeaderClassName
 {
   color: #125DC2;
 }
 .AnyTagClassName
 {
   color: #125DC2;
 }
</style>

background-color css

<style>
 a { background-color: #125DC2; }

 a { background-color: rgb(18,93,194); }

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

border-color css

<style>
 span { border-color: #125DC2; }

 span { border-color: rgb(18,93,194); }

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