Html Css Color HEX #0F1DDF Medium Blue

📋 copy color: '#0F1DDF'

red 15 ◦ green 29 ◦ blue 223

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

Shades of Medium Blue #0F1DDF

Tints of Medium Blue #0F1DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

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

R = 5.62%
G = 10.86%
B = 83.52%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F1DDF (or 0x0F1DDF) is known color: Medium Blue. HEX triplet: 0F, 1D and DF. RGB value is (15,29,223). Sum of RGB (Red+Green+Blue) = 15+29+223=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F1DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1DDF is #F0E220. Grayscale: #2E2E2E. Windows color (decimal): -15786529 or 14621967. OLE color: 14621967.

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

Color convert

RGB 15 29 223 -
CMYK 0.93 0.87 0 0.13
HSL 235.96º 0.87% 0.47% -
HSV(B) 235.96º 0.93% 0.87% -
XYZ 13.96 6.31 70.29 -
YUV 46.93 227.36 105.23 -
System Red Green Blue C M Y K H S L
Decimal 15 29 223 0.93 0.87 0 0.13 235.96 0.87 0.47
Hex F 1D DF 5D 57 0 D EC 57 2F
Octal 17 35 337 135 127 0 15 354 127 57
Binary 1111 11101 11011111 1011101 1010111 0 1101 11101100 1010111 101111

Color Harmonies of #0F1DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1DDF

Black with #0F1DDF

Text Example


Text Example

White with #0F1DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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