Html Css Color HEX #061EE0 Medium Blue

📋 copy color: '#061EE0'

red 6 ◦ green 30 ◦ blue 224

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

Shades of Medium Blue #061EE0

Tints of Medium Blue #061EE0

RGB

 RED value IS 6 (2.73% from 255) = 2.31%

 GREEN value IS 30 (12.11% from 255) = 11.54%

 BLUE value IS 224 (87.89% from 255) = 86.15%

R = 2.31%
G = 11.54%
B = 86.15%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#061EE0 (or 0x061EE0) is known color: Medium Blue. HEX triplet: 06, 1E and E0. RGB value is (6,30,224). Sum of RGB (Red+Green+Blue) = 6+30+224=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 224 (87.89% from 255 or 86.15% from 260); Max value from RGB is 224 - color contains mainly: blue. Hex color #061EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061EE0 is #F9E11F. Grayscale: #2C2C2C. Windows color (decimal): -16376096 or 14687750. OLE color: 14687750.

HSL color Cylindrical-coordinate representation of color #061EE0: hue angle of 233.39º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061EE0 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 30 224 -
CMYK 0.97 0.87 0 0.12
HSL 233.39º 0.95% 0.45% -
HSV(B) 233.39º 0.97% 0.88% -
XYZ 13.99 6.35 71.01 -
YUV 44.94 229.05 100.23 -
System Red Green Blue C M Y K H S L
Decimal 6 30 224 0.97 0.87 0 0.12 233.39 0.95 0.45
Hex 6 1E E0 61 57 0 C E9 5F 2D
Octal 6 36 340 141 127 0 14 351 137 55
Binary 110 11110 11100000 1100001 1010111 0 1100 11101001 1011111 101101

Color Harmonies of #061EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061EE0

Black with #061EE0

Text Example


Text Example

White with #061EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061EE0; }

 p { color: rgb(6,30,224); }

 H1.HeaderClassName
 {
   color: #061EE0;
 }
 .AnyTagClassName
 {
   color: #061EE0;
 }
</style>

background-color css

<style>
 a { background-color: #061EE0; }

 a { background-color: rgb(6,30,224); }

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

border-color css

<style>
 span { border-color: #061EE0; }

 span { border-color: rgb(6,30,224); }

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