#030BFD

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

Shades of Blue #030BFD

Tints of Blue #030BFD

Color information

#030BFD (or 0x030BFD) is unknown color: approx Blue. HEX triplet: 03, 0B and FD. RGB value is (3,11,253). Sum of RGB (Red+Green+Blue) = 3+11+253=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 253 (99.22% from 255 or 94.76% from 267); Max value from RGB is 253 - color contains mainly: blue. Hex color #030BFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030BFD is #FCF402. Grayscale: #232323. Windows color (decimal): -16577539 or 16583427. OLE color: 16583427.

HSL color Cylindrical-coordinate representation of color #030BFD: hue angle of 238.08º 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 #030BFD is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB311253-
CMYK0.990.9600.01
HSL238.08º98.43%50.2%-
HSV(B)238.08º98.81%99.22%-
XYZ17.897.3593.4-
YUV36.2250.35104.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 253 (99.22% from 255) = 94.76%
R=1.12%
G=4.12%
B=94.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal3112530.990.9600.01238.0898.4350.2
Hex3BFD636001ee6232
Octal3133751431400135614262
Binary111011111111011100011110000001111011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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