Html Css Color HEX #061EDF Medium Blue

📋 copy color: '#061EDF'

red 6 ◦ green 30 ◦ blue 223

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

Shades of Medium Blue #061EDF

Tints of Medium Blue #061EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 86.1%

R = 2.32%
G = 11.58%
B = 86.1%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#061EDF (or 0x061EDF) is known color: Medium Blue. HEX triplet: 06, 1E and DF. RGB value is (6,30,223). Sum of RGB (Red+Green+Blue) = 6+30+223=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 223 (87.5% from 255 or 86.10% from 259); Max value from RGB is 223 - color contains mainly: blue. Hex color #061EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061EDF is #F9E120. Grayscale: #2C2C2C. Windows color (decimal): -16376097 or 14622214. OLE color: 14622214.

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

Color convert

RGB 6 30 223 -
CMYK 0.97 0.87 0 0.13
HSL 233.36º 0.95% 0.45% -
HSV(B) 233.36º 0.97% 0.87% -
XYZ 13.86 6.29 70.3 -
YUV 44.83 228.55 100.31 -
System Red Green Blue C M Y K H S L
Decimal 6 30 223 0.97 0.87 0 0.13 233.36 0.95 0.45
Hex 6 1E DF 61 57 0 D E9 5F 2D
Octal 6 36 337 141 127 0 15 351 137 55
Binary 110 11110 11011111 1100001 1010111 0 1101 11101001 1011111 101101

Color Harmonies of #061EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061EDF

Black with #061EDF

Text Example


Text Example

White with #061EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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