#030BFA

Color #030BFA Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #030BFA

Tints of Blue #030BFA

Color information

#030BFA (or 0x030BFA) is unknown color: approx Blue. HEX triplet: 03, 0B and FA. RGB value is (3,11,250). Sum of RGB (Red+Green+Blue) = 3+11+250=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 250 (98.05% from 255 or 94.70% from 264); Max value from RGB is 250 - color contains mainly: blue. Hex color #030BFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030BFA is #FCF405. Grayscale: #222222. Windows color (decimal): -16577542 or 16386819. OLE color: 16386819.

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

Color convert

RGB311250-
CMYK0.990.9600.02
HSL238.06º97.63%49.61%-
HSV(B)238.06º98.8%98.04%-
XYZ17.417.1690.91-
YUV35.85248.85104.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 250 (98.05% from 255) = 94.70%
R=1.14%
G=4.17%
B=94.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal3112500.990.9600.02238.0697.6349.61
Hex3BFA636002ee6232
Octal3133721431400235614262
Binary1110111111101011000111100000010111011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030BFA; }

 p { color: rgb(3,11,250); }

 H1.HeaderClassName
 {
   color: #030BFA;
 }
 .AnyTagClassName
 {
   color: #030BFA;
 }
</style>
background-color css

<style>
 a { background-color: #030BFA; }

 a { background-color: rgb(3,11,250); }

 div.DivClassName
 {
   background-color: #030BFA;
 }
 .BgClassName
 {
   background-color: #030BFA;
 }
</style>
border-color css

<style>
 span { border-color: #030BFA; }

 span { border-color: rgb(3,11,250); }

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