Html Css Color HEX #0F50D6 Denim

📋 copy color: '#0F50D6'

red 15 ◦ green 80 ◦ blue 214

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

Shades of Denim #0F50D6

Tints of Denim #0F50D6

RGB

 RED value IS 15 (6.25% from 255) = 4.85%

 GREEN value IS 80 (31.64% from 255) = 25.89%

 BLUE value IS 214 (83.98% from 255) = 69.26%

R = 4.85%
G = 25.89%
B = 69.26%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0F50D6 (or 0x0F50D6) is known color: Denim. HEX triplet: 0F, 50 and D6. RGB value is (15,80,214). Sum of RGB (Red+Green+Blue) = 15+80+214=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 214 (83.98% from 255 or 69.26% from 309); Max value from RGB is 214 - color contains mainly: blue. Hex color #0F50D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F50D6 is #F0AF29. Grayscale: #4B4B4B. Windows color (decimal): -15773482 or 14045199. OLE color: 14045199.

HSL color Cylindrical-coordinate representation of color #0F50D6: hue angle of 220.4º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F50D6 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 15 80 214 -
CMYK 0.93 0.63 0 0.16
HSL 220.4º 0.87% 0.45% -
HSV(B) 220.4º 0.93% 0.84% -
XYZ 15.2 10.69 64.88 -
YUV 75.84 205.97 84.6 -
System Red Green Blue C M Y K H S L
Decimal 15 80 214 0.93 0.63 0 0.16 220.4 0.87 0.45
Hex F 50 D6 5D 3F 0 10 DC 57 2D
Octal 17 120 326 135 77 0 20 334 127 55
Binary 1111 1010000 11010110 1011101 111111 0 10000 11011100 1010111 101101

Color Harmonies of #0F50D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F50D6

Black with #0F50D6

Text Example


Text Example

White with #0F50D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F50D6; }

 p { color: rgb(15,80,214); }

 H1.HeaderClassName
 {
   color: #0F50D6;
 }
 .AnyTagClassName
 {
   color: #0F50D6;
 }
</style>

background-color css

<style>
 a { background-color: #0F50D6; }

 a { background-color: rgb(15,80,214); }

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

border-color css

<style>
 span { border-color: #0F50D6; }

 span { border-color: rgb(15,80,214); }

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