Html Css Color HEX #0F36FD Blue

📋 copy color: '#0F36FD'

red 15 ◦ green 54 ◦ blue 253

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

Shades of Blue #0F36FD

Tints of Blue #0F36FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 78.57%

R = 4.66%
G = 16.77%
B = 78.57%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F36FD (or 0x0F36FD) is known color: Blue. HEX triplet: 0F, 36 and FD. RGB value is (15,54,253). Sum of RGB (Red+Green+Blue) = 15+54+253=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F36FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F36FD is #F0C902. Grayscale: #404040. Windows color (decimal): -15780099 or 16594447. OLE color: 16594447.

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

Color convert

RGB 15 54 253 -
CMYK 0.94 0.79 0 0.01
HSL 230.17º 0.98% 0.53% -
HSV(B) 230.17º 0.94% 0.99% -
XYZ 19.25 9.83 93.81 -
YUV 65.03 234.08 92.32 -
System Red Green Blue C M Y K H S L
Decimal 15 54 253 0.94 0.79 0 0.01 230.17 0.98 0.53
Hex F 36 FD 5E 4F 0 1 E6 62 35
Octal 17 66 375 136 117 0 1 346 142 65
Binary 1111 110110 11111101 1011110 1001111 0 1 11100110 1100010 110101

Color Harmonies of #0F36FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F36FD

Black with #0F36FD

Text Example


Text Example

White with #0F36FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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