Html Css Color HEX #0F3CFF Blue

📋 copy color: '#0F3CFF'

red 15 ◦ green 60 ◦ blue 255

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

Shades of Blue #0F3CFF

Tints of Blue #0F3CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.18%

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

R = 4.55%
G = 18.18%
B = 77.27%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F3CFF (or 0x0F3CFF) is known color: Blue. HEX triplet: 0F, 3C and FF. RGB value is (15,60,255). Sum of RGB (Red+Green+Blue) = 15+60+255=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F3CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3CFF is #F0C300. Grayscale: #434343. Windows color (decimal): -15778561 or 16727055. OLE color: 16727055.

HSL color Cylindrical-coordinate representation of color #0F3CFF: hue angle of 228.75º 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 #0F3CFF is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 15 60 255 -
CMYK 0.94 0.76 0 0
HSL 228.75º 1% 0.53% -
HSV(B) 228.75º 0.94% 1% -
XYZ 19.86 10.55 95.6 -
YUV 68.78 233.09 89.64 -
System Red Green Blue C M Y K H S L
Decimal 15 60 255 0.94 0.76 0 0 228.75 1 0.53
Hex F 3C FF 5E 4C 0 0 E5 64 35
Octal 17 74 377 136 114 0 0 345 144 65
Binary 1111 111100 11111111 1011110 1001100 0 0 11100101 1100100 110101

Color Harmonies of #0F3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3CFF

Black with #0F3CFF

Text Example


Text Example

White with #0F3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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