Html Css Color HEX #0614DF Medium Blue

📋 copy color: '#0614DF'

red 6 ◦ green 20 ◦ blue 223

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

Shades of Medium Blue #0614DF

Tints of Medium Blue #0614DF

RGB

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

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

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

R = 2.41%
G = 8.03%
B = 89.56%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0614DF (or 0x0614DF) is known color: Medium Blue. HEX triplet: 06, 14 and DF. RGB value is (6,20,223). Sum of RGB (Red+Green+Blue) = 6+20+223=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 223 (87.5% from 255 or 89.56% from 249); Max value from RGB is 223 - color contains mainly: blue. Hex color #0614DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0614DF is #F9EB20. Grayscale: #262626. Windows color (decimal): -16378657 or 14619654. OLE color: 14619654.

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

Color convert

RGB 6 20 223 -
CMYK 0.97 0.91 0 0.13
HSL 236.13º 0.95% 0.45% -
HSV(B) 236.13º 0.97% 0.87% -
XYZ 13.64 5.87 70.23 -
YUV 38.96 231.86 104.49 -
System Red Green Blue C M Y K H S L
Decimal 6 20 223 0.97 0.91 0 0.13 236.13 0.95 0.45
Hex 6 14 DF 61 5B 0 D EC 5F 2D
Octal 6 24 337 141 133 0 15 354 137 55
Binary 110 10100 11011111 1100001 1011011 0 1101 11101100 1011111 101101

Color Harmonies of #0614DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0614DF

Black with #0614DF

Text Example


Text Example

White with #0614DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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