Html Css Color HEX #125DCF Denim

📋 copy color: '#125DCF'

red 18 ◦ green 93 ◦ blue 207

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

Shades of Denim #125DCF

Tints of Denim #125DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.09%

R = 5.66%
G = 29.25%
B = 65.09%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#125DCF (or 0x125DCF) is known color: Denim. HEX triplet: 12, 5D and CF. RGB value is (18,93,207). Sum of RGB (Red+Green+Blue) = 18+93+207=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #125DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DCF is #EDA230. Grayscale: #535353. Windows color (decimal): -15573553 or 13589778. OLE color: 13589778.

HSL color Cylindrical-coordinate representation of color #125DCF: hue angle of 216.19º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125DCF is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 93 207 -
CMYK 0.91 0.55 0 0.19
HSL 216.19º 0.84% 0.44% -
HSV(B) 216.19º 0.91% 0.81% -
XYZ 15.43 12.46 60.62 -
YUV 83.57 197.65 81.23 -
System Red Green Blue C M Y K H S L
Decimal 18 93 207 0.91 0.55 0 0.19 216.19 0.84 0.44
Hex 12 5D CF 5B 37 0 13 D8 54 2C
Octal 22 135 317 133 67 0 23 330 124 54
Binary 10010 1011101 11001111 1011011 110111 0 10011 11011000 1010100 101100

Color Harmonies of #125DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DCF

Black with #125DCF

Text Example


Text Example

White with #125DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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