Html Css Color HEX #040BEB Blue

📋 copy color: '#040BEB'

red 4 ◦ green 11 ◦ blue 235

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

Shades of Blue #040BEB

Tints of Blue #040BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 94%

R = 1.6%
G = 4.4%
B = 94%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#040BEB (or 0x040BEB) is known color: Blue. HEX triplet: 04, 0B and EB. RGB value is (4,11,235). Sum of RGB (Red+Green+Blue) = 4+11+235=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 235 (92.19% from 255 or 94% from 250); Max value from RGB is 235 - color contains mainly: blue. Hex color #040BEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040BEB is #FBF414. Grayscale: #212121. Windows color (decimal): -16512021 or 15403780. OLE color: 15403780.

HSL color Cylindrical-coordinate representation of color #040BEB: hue angle of 238.18º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040BEB is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 11 235 -
CMYK 0.98 0.95 0 0.08
HSL 238.18º 0.97% 0.47% -
HSV(B) 238.18º 0.98% 0.92% -
XYZ 15.17 6.26 79.01 -
YUV 34.44 241.18 106.29 -
System Red Green Blue C M Y K H S L
Decimal 4 11 235 0.98 0.95 0 0.08 238.18 0.97 0.47
Hex 4 B EB 62 5F 0 8 EE 61 2F
Octal 4 13 353 142 137 0 10 356 141 57
Binary 100 1011 11101011 1100010 1011111 0 1000 11101110 1100001 101111

Color Harmonies of #040BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040BEB

Black with #040BEB

Text Example


Text Example

White with #040BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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