Html Css Color HEX #0F03FC Blue

📋 copy color: '#0F03FC'

red 15 ◦ green 3 ◦ blue 252

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

Shades of Blue #0F03FC

Tints of Blue #0F03FC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 252 (98.83% from 255) = 93.33%

R = 5.56%
G = 1.11%
B = 93.33%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F03FC (or 0x0F03FC) is known color: Blue. HEX triplet: 0F, 03 and FC. RGB value is (15,3,252). Sum of RGB (Red+Green+Blue) = 15+3+252=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 252 (98.83% from 255 or 93.33% from 270); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F03FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F03FC is #F0FC03. Grayscale: #212121. Windows color (decimal): -15793156 or 16515855. OLE color: 16515855.

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

Color convert

RGB 15 3 252 -
CMYK 0.94 0.99 0 0.01
HSL 242.89º 0.98% 0.5% -
HSV(B) 242.89º 0.99% 0.99% -
XYZ 17.8 7.19 92.55 -
YUV 34.97 250.48 113.75 -
System Red Green Blue C M Y K H S L
Decimal 15 3 252 0.94 0.99 0 0.01 242.89 0.98 0.5
Hex F 3 FC 5E 63 0 1 F3 62 32
Octal 17 3 374 136 143 0 1 363 142 62
Binary 1111 11 11111100 1011110 1100011 0 1 11110011 1100010 110010

Color Harmonies of #0F03FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F03FC

Black with #0F03FC

Text Example


Text Example

White with #0F03FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,3,252); }

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

background-color css

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

 a { background-color: rgb(15,3,252); }

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

border-color css

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

 span { border-color: rgb(15,3,252); }

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