Html Css Color HEX #040BFB Blue

📋 copy color: '#040BFB'

red 4 ◦ green 11 ◦ blue 251

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

Shades of Blue #040BFB

Tints of Blue #040BFB

RGB

 RED value IS 4 (1.95% from 255) = 1.5%

 GREEN value IS 11 (4.69% from 255) = 4.14%

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

R = 1.5%
G = 4.14%
B = 94.36%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#040BFB (or 0x040BFB) is known color: Blue. HEX triplet: 04, 0B and FB. RGB value is (4,11,251). Sum of RGB (Red+Green+Blue) = 4+11+251=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 251 (98.44% from 255 or 94.36% from 266); Max value from RGB is 251 - color contains mainly: blue. Hex color #040BFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040BFB is #FBF404. Grayscale: #232323. Windows color (decimal): -16512005 or 16452356. OLE color: 16452356.

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

Color convert

RGB 4 11 251 -
CMYK 0.98 0.96 0 0.02
HSL 238.3º 0.97% 0.5% -
HSV(B) 238.3º 0.98% 0.98% -
XYZ 17.58 7.23 91.74 -
YUV 36.27 249.18 104.99 -
System Red Green Blue C M Y K H S L
Decimal 4 11 251 0.98 0.96 0 0.02 238.3 0.97 0.5
Hex 4 B FB 62 60 0 2 EE 61 32
Octal 4 13 373 142 140 0 2 356 141 62
Binary 100 1011 11111011 1100010 1100000 0 10 11101110 1100001 110010

Color Harmonies of #040BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040BFB

Black with #040BFB

Text Example


Text Example

White with #040BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040BFB; }

 p { color: rgb(4,11,251); }

 H1.HeaderClassName
 {
   color: #040BFB;
 }
 .AnyTagClassName
 {
   color: #040BFB;
 }
</style>

background-color css

<style>
 a { background-color: #040BFB; }

 a { background-color: rgb(4,11,251); }

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

border-color css

<style>
 span { border-color: #040BFB; }

 span { border-color: rgb(4,11,251); }

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