Html Css Color HEX #061FDA Medium Blue

📋 copy color: '#061FDA'

red 6 ◦ green 31 ◦ blue 218

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

Shades of Medium Blue #061FDA

Tints of Medium Blue #061FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.16%

 BLUE value IS 218 (85.55% from 255) = 85.49%

R = 2.35%
G = 12.16%
B = 85.49%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#061FDA (or 0x061FDA) is known color: Medium Blue. HEX triplet: 06, 1F and DA. RGB value is (6,31,218). Sum of RGB (Red+Green+Blue) = 6+31+218=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 218 (85.55% from 255 or 85.49% from 255); Max value from RGB is 218 - color contains mainly: blue. Hex color #061FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061FDA is #F9E025. Grayscale: #2C2C2C. Windows color (decimal): -16375846 or 14294790. OLE color: 14294790.

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

Color convert

RGB 6 31 218 -
CMYK 0.97 0.86 0 0.15
HSL 232.92º 0.95% 0.44% -
HSV(B) 232.92º 0.97% 0.85% -
XYZ 13.22 6.08 66.81 -
YUV 44.84 225.72 100.29 -
System Red Green Blue C M Y K H S L
Decimal 6 31 218 0.97 0.86 0 0.15 232.92 0.95 0.44
Hex 6 1F DA 61 56 0 F E9 5F 2C
Octal 6 37 332 141 126 0 17 351 137 54
Binary 110 11111 11011010 1100001 1010110 0 1111 11101001 1011111 101100

Color Harmonies of #061FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061FDA

Black with #061FDA

Text Example


Text Example

White with #061FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,31,218); }

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

background-color css

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

 a { background-color: rgb(6,31,218); }

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

border-color css

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

 span { border-color: rgb(6,31,218); }

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