Html Css Color HEX #0F0CCE Medium Blue

📋 copy color: '#0F0CCE'

red 15 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #0F0CCE

Tints of Medium Blue #0F0CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 88.41%

R = 6.44%
G = 5.15%
B = 88.41%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F0CCE (or 0x0F0CCE) is known color: Medium Blue. HEX triplet: 0F, 0C and CE. RGB value is (15,12,206). Sum of RGB (Red+Green+Blue) = 15+12+206=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 206 (80.86% from 255 or 88.41% from 233); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F0CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0CCE is #F0F331. Grayscale: #222222. Windows color (decimal): -15790898 or 13503503. OLE color: 13503503.

HSL color Cylindrical-coordinate representation of color #0F0CCE: hue angle of 240.93º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0CCE is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 12 206 -
CMYK 0.93 0.94 0 0.19
HSL 240.93º 0.89% 0.43% -
HSV(B) 240.93º 0.94% 0.81% -
XYZ 11.47 4.82 58.72 -
YUV 35.01 224.49 113.73 -
System Red Green Blue C M Y K H S L
Decimal 15 12 206 0.93 0.94 0 0.19 240.93 0.89 0.43
Hex F C CE 5D 5E 0 13 F1 59 2B
Octal 17 14 316 135 136 0 23 361 131 53
Binary 1111 1100 11001110 1011101 1011110 0 10011 11110001 1011001 101011

Color Harmonies of #0F0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0CCE

Black with #0F0CCE

Text Example


Text Example

White with #0F0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,12,206); }

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

background-color css

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

 a { background-color: rgb(15,12,206); }

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

border-color css

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

 span { border-color: rgb(15,12,206); }

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