Html Css Color HEX #0F05DF Medium Blue

📋 copy color: '#0F05DF'

red 15 ◦ green 5 ◦ blue 223

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

Shades of Medium Blue #0F05DF

Tints of Medium Blue #0F05DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

 BLUE value IS 223 (87.5% from 255) = 91.77%

R = 6.17%
G = 2.06%
B = 91.77%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F05DF (or 0x0F05DF) is known color: Medium Blue. HEX triplet: 0F, 05 and DF. RGB value is (15,5,223). Sum of RGB (Red+Green+Blue) = 15+5+223=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 223 (87.5% from 255 or 91.77% from 243); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F05DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F05DF is #F0FA20. Grayscale: #1F1F1F. Windows color (decimal): -15792673 or 14615823. OLE color: 14615823.

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

Color convert

RGB 15 5 223 -
CMYK 0.93 0.98 0 0.13
HSL 242.75º 0.96% 0.45% -
HSV(B) 242.75º 0.98% 0.87% -
XYZ 13.57 5.54 70.17 -
YUV 32.84 235.31 115.27 -
System Red Green Blue C M Y K H S L
Decimal 15 5 223 0.93 0.98 0 0.13 242.75 0.96 0.45
Hex F 5 DF 5D 62 0 D F3 60 2D
Octal 17 5 337 135 142 0 15 363 140 55
Binary 1111 101 11011111 1011101 1100010 0 1101 11110011 1100000 101101

Color Harmonies of #0F05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F05DF

Black with #0F05DF

Text Example


Text Example

White with #0F05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,5,223); }

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

background-color css

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

 a { background-color: rgb(15,5,223); }

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

border-color css

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

 span { border-color: rgb(15,5,223); }

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