Html Css Color HEX #0F1DFF Blue

📋 copy color: '#0F1DFF'

red 15 ◦ green 29 ◦ blue 255

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

Shades of Blue #0F1DFF

Tints of Blue #0F1DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 85.28%

R = 5.02%
G = 9.7%
B = 85.28%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F1DFF (or 0x0F1DFF) is known color: Blue. HEX triplet: 0F, 1D and FF. RGB value is (15,29,255). Sum of RGB (Red+Green+Blue) = 15+29+255=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 255 (100% from 255 or 85.28% from 299); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F1DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1DFF is #F0E200. Grayscale: #313131. Windows color (decimal): -15786497 or 16719119. OLE color: 16719119.

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

Color convert

RGB 15 29 255 -
CMYK 0.94 0.89 0 0
HSL 236.5º 1% 0.53% -
HSV(B) 236.5º 0.94% 1% -
XYZ 18.69 8.2 95.21 -
YUV 50.58 243.36 102.62 -
System Red Green Blue C M Y K H S L
Decimal 15 29 255 0.94 0.89 0 0 236.5 1 0.53
Hex F 1D FF 5E 59 0 0 EC 64 35
Octal 17 35 377 136 131 0 0 354 144 65
Binary 1111 11101 11111111 1011110 1011001 0 0 11101100 1100100 110101

Color Harmonies of #0F1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1DFF

Black with #0F1DFF

Text Example


Text Example

White with #0F1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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