Html Css Color HEX #0F3AFF Blue

📋 copy color: '#0F3AFF'

red 15 ◦ green 58 ◦ blue 255

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

Shades of Blue #0F3AFF

Tints of Blue #0F3AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

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

R = 4.57%
G = 17.68%
B = 77.74%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F3AFF (or 0x0F3AFF) is known color: Blue. HEX triplet: 0F, 3A and FF. RGB value is (15,58,255). Sum of RGB (Red+Green+Blue) = 15+58+255=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F3AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3AFF is #F0C500. Grayscale: #424242. Windows color (decimal): -15779073 or 16726543. OLE color: 16726543.

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

Color convert

RGB 15 58 255 -
CMYK 0.94 0.77 0 0
HSL 229.25º 1% 0.53% -
HSV(B) 229.25º 0.94% 1% -
XYZ 19.76 10.35 95.56 -
YUV 67.6 233.75 90.48 -
System Red Green Blue C M Y K H S L
Decimal 15 58 255 0.94 0.77 0 0 229.25 1 0.53
Hex F 3A FF 5E 4D 0 0 E5 64 35
Octal 17 72 377 136 115 0 0 345 144 65
Binary 1111 111010 11111111 1011110 1001101 0 0 11100101 1100100 110101

Color Harmonies of #0F3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3AFF

Black with #0F3AFF

Text Example


Text Example

White with #0F3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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