Html Css Color HEX #0F36FB Blue

📋 copy color: '#0F36FB'

red 15 ◦ green 54 ◦ blue 251

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

Shades of Blue #0F36FB

Tints of Blue #0F36FB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

 BLUE value IS 251 (98.44% from 255) = 78.44%

R = 4.69%
G = 16.88%
B = 78.44%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F36FB (or 0x0F36FB) is known color: Blue. HEX triplet: 0F, 36 and FB. RGB value is (15,54,251). Sum of RGB (Red+Green+Blue) = 15+54+251=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F36FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F36FB is #F0C904. Grayscale: #3F3F3F. Windows color (decimal): -15780101 or 16463375. OLE color: 16463375.

HSL color Cylindrical-coordinate representation of color #0F36FB: hue angle of 230.08º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F36FB is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 54 251 -
CMYK 0.94 0.78 0 0.02
HSL 230.08º 0.97% 0.52% -
HSV(B) 230.08º 0.94% 0.98% -
XYZ 18.93 9.7 92.14 -
YUV 64.8 233.08 92.48 -
System Red Green Blue C M Y K H S L
Decimal 15 54 251 0.94 0.78 0 0.02 230.08 0.97 0.52
Hex F 36 FB 5E 4E 0 2 E6 61 34
Octal 17 66 373 136 116 0 2 346 141 64
Binary 1111 110110 11111011 1011110 1001110 0 10 11100110 1100001 110100

Color Harmonies of #0F36FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F36FB

Black with #0F36FB

Text Example


Text Example

White with #0F36FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,54,251); }

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

background-color css

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

 a { background-color: rgb(15,54,251); }

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

border-color css

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

 span { border-color: rgb(15,54,251); }

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