Html Css Color HEX #0614D8 Medium Blue

📋 copy color: '#0614D8'

red 6 ◦ green 20 ◦ blue 216

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

Shades of Medium Blue #0614D8

Tints of Medium Blue #0614D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 89.26%

R = 2.48%
G = 8.26%
B = 89.26%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0614D8 (or 0x0614D8) is known color: Medium Blue. HEX triplet: 06, 14 and D8. RGB value is (6,20,216). Sum of RGB (Red+Green+Blue) = 6+20+216=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 216 (84.77% from 255 or 89.26% from 242); Max value from RGB is 216 - color contains mainly: blue. Hex color #0614D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0614D8 is #F9EB27. Grayscale: #252525. Windows color (decimal): -16378664 or 14160902. OLE color: 14160902.

HSL color Cylindrical-coordinate representation of color #0614D8: hue angle of 236º 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 #0614D8 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 20 216 -
CMYK 0.97 0.91 0 0.15
HSL 236º 0.95% 0.44% -
HSV(B) 236º 0.97% 0.85% -
XYZ 12.72 5.5 65.36 -
YUV 38.16 228.36 105.06 -
System Red Green Blue C M Y K H S L
Decimal 6 20 216 0.97 0.91 0 0.15 236 0.95 0.44
Hex 6 14 D8 61 5B 0 F EC 5F 2C
Octal 6 24 330 141 133 0 17 354 137 54
Binary 110 10100 11011000 1100001 1011011 0 1111 11101100 1011111 101100

Color Harmonies of #0614D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0614D8

Black with #0614D8

Text Example


Text Example

White with #0614D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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