Html Css Color HEX #0614CD Medium Blue

📋 copy color: '#0614CD'

red 6 ◦ green 20 ◦ blue 205

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

Shades of Medium Blue #0614CD

Tints of Medium Blue #0614CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.66%

 BLUE value IS 205 (80.47% from 255) = 88.74%

R = 2.6%
G = 8.66%
B = 88.74%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0614CD (or 0x0614CD) is known color: Medium Blue. HEX triplet: 06, 14 and CD. RGB value is (6,20,205). Sum of RGB (Red+Green+Blue) = 6+20+205=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 205 (80.47% from 255 or 88.74% from 231); Max value from RGB is 205 - color contains mainly: blue. Hex color #0614CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0614CD is #F9EB32. Grayscale: #242424. Windows color (decimal): -16378675 or 13440006. OLE color: 13440006.

HSL color Cylindrical-coordinate representation of color #0614CD: hue angle of 235.78º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0614CD is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 20 205 -
CMYK 0.97 0.90 0 0.20
HSL 235.78º 0.94% 0.41% -
HSV(B) 235.78º 0.97% 0.8% -
XYZ 11.34 4.95 58.11 -
YUV 36.9 222.86 105.96 -
System Red Green Blue C M Y K H S L
Decimal 6 20 205 0.97 0.90 0 0.20 235.78 0.94 0.41
Hex 6 14 CD 61 5A 0 14 EC 5E 29
Octal 6 24 315 141 132 0 24 354 136 51
Binary 110 10100 11001101 1100001 1011010 0 10100 11101100 1011110 101001

Color Harmonies of #0614CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0614CD

Black with #0614CD

Text Example


Text Example

White with #0614CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0614CD; }

 p { color: rgb(6,20,205); }

 H1.HeaderClassName
 {
   color: #0614CD;
 }
 .AnyTagClassName
 {
   color: #0614CD;
 }
</style>

background-color css

<style>
 a { background-color: #0614CD; }

 a { background-color: rgb(6,20,205); }

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

border-color css

<style>
 span { border-color: #0614CD; }

 span { border-color: rgb(6,20,205); }

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