Html Css Color HEX #040BCE Medium Blue

📋 copy color: '#040BCE'

red 4 ◦ green 11 ◦ blue 206

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

Shades of Medium Blue #040BCE

Tints of Medium Blue #040BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 93.21%

R = 1.81%
G = 4.98%
B = 93.21%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#040BCE (or 0x040BCE) is known color: Medium Blue. HEX triplet: 04, 0B and CE. RGB value is (4,11,206). Sum of RGB (Red+Green+Blue) = 4+11+206=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 206 (80.86% from 255 or 93.21% from 221); Max value from RGB is 206 - color contains mainly: blue. Hex color #040BCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040BCE is #FBF431. Grayscale: #1E1E1E. Windows color (decimal): -16512050 or 13503236. OLE color: 13503236.

HSL color Cylindrical-coordinate representation of color #040BCE: hue angle of 237.92º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040BCE is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 11 206 -
CMYK 0.98 0.95 0 0.19
HSL 237.92º 0.96% 0.41% -
HSV(B) 237.92º 0.98% 0.81% -
XYZ 11.31 4.72 58.71 -
YUV 31.14 226.68 108.64 -
System Red Green Blue C M Y K H S L
Decimal 4 11 206 0.98 0.95 0 0.19 237.92 0.96 0.41
Hex 4 B CE 62 5F 0 13 EE 60 29
Octal 4 13 316 142 137 0 23 356 140 51
Binary 100 1011 11001110 1100010 1011111 0 10011 11101110 1100000 101001

Color Harmonies of #040BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040BCE

Black with #040BCE

Text Example


Text Example

White with #040BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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