Html Css Color HEX #061EDB Medium Blue

📋 copy color: '#061EDB'

red 6 ◦ green 30 ◦ blue 219

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

Shades of Medium Blue #061EDB

Tints of Medium Blue #061EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 85.88%

R = 2.35%
G = 11.76%
B = 85.88%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#061EDB (or 0x061EDB) is known color: Medium Blue. HEX triplet: 06, 1E and DB. RGB value is (6,30,219). Sum of RGB (Red+Green+Blue) = 6+30+219=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #061EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061EDB is #F9E124. Grayscale: #2B2B2B. Windows color (decimal): -16376101 or 14360070. OLE color: 14360070.

HSL color Cylindrical-coordinate representation of color #061EDB: hue angle of 233.24º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061EDB is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 30 219 -
CMYK 0.97 0.86 0 0.14
HSL 233.24º 0.95% 0.44% -
HSV(B) 233.24º 0.97% 0.86% -
XYZ 13.33 6.08 67.49 -
YUV 44.37 226.55 100.63 -
System Red Green Blue C M Y K H S L
Decimal 6 30 219 0.97 0.86 0 0.14 233.24 0.95 0.44
Hex 6 1E DB 61 56 0 E E9 5F 2C
Octal 6 36 333 141 126 0 16 351 137 54
Binary 110 11110 11011011 1100001 1010110 0 1110 11101001 1011111 101100

Color Harmonies of #061EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061EDB

Black with #061EDB

Text Example


Text Example

White with #061EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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