Html Css Color HEX #0F1DF0 Blue

📋 copy color: '#0F1DF0'

red 15 ◦ green 29 ◦ blue 240

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

Shades of Blue #0F1DF0

Tints of Blue #0F1DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 84.51%

R = 5.28%
G = 10.21%
B = 84.51%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F1DF0 (or 0x0F1DF0) is known color: Blue. HEX triplet: 0F, 1D and F0. RGB value is (15,29,240). Sum of RGB (Red+Green+Blue) = 15+29+240=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 240 (94.14% from 255 or 84.51% from 284); Max value from RGB is 240 - color contains mainly: blue. Hex color #0F1DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1DF0 is #F0E20F. Grayscale: #303030. Windows color (decimal): -15786512 or 15736079. OLE color: 15736079.

HSL color Cylindrical-coordinate representation of color #0F1DF0: hue angle of 236.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F1DF0 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 29 240 -
CMYK 0.94 0.88 0 0.06
HSL 236.27º 0.88% 0.5% -
HSV(B) 236.27º 0.94% 0.94% -
XYZ 16.36 7.27 82.98 -
YUV 48.87 235.86 103.84 -
System Red Green Blue C M Y K H S L
Decimal 15 29 240 0.94 0.88 0 0.06 236.27 0.88 0.5
Hex F 1D F0 5E 58 0 6 EC 58 32
Octal 17 35 360 136 130 0 6 354 130 62
Binary 1111 11101 11110000 1011110 1011000 0 110 11101100 1011000 110010

Color Harmonies of #0F1DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1DF0

Black with #0F1DF0

Text Example


Text Example

White with #0F1DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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