Html Css Color HEX #0F3AFB Blue

📋 copy color: '#0F3AFB'

red 15 ◦ green 58 ◦ blue 251

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

Shades of Blue #0F3AFB

Tints of Blue #0F3AFB

RGB

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

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

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

R = 4.63%
G = 17.9%
B = 77.47%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F3AFB (or 0x0F3AFB) is known color: Blue. HEX triplet: 0F, 3A and FB. RGB value is (15,58,251). Sum of RGB (Red+Green+Blue) = 15+58+251=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F3AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3AFB is #F0C504. Grayscale: #424242. Windows color (decimal): -15779077 or 16464399. OLE color: 16464399.

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

Color convert

RGB 15 58 251 -
CMYK 0.94 0.77 0 0.02
HSL 229.07º 0.97% 0.52% -
HSV(B) 229.07º 0.94% 0.98% -
XYZ 19.12 10.09 92.21 -
YUV 67.15 231.75 90.81 -
System Red Green Blue C M Y K H S L
Decimal 15 58 251 0.94 0.77 0 0.02 229.07 0.97 0.52
Hex F 3A FB 5E 4D 0 2 E5 61 34
Octal 17 72 373 136 115 0 2 345 141 64
Binary 1111 111010 11111011 1011110 1001101 0 10 11100101 1100001 110100

Color Harmonies of #0F3AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3AFB

Black with #0F3AFB

Text Example


Text Example

White with #0F3AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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