Html Css Color HEX #0614ED Blue

📋 copy color: '#0614ED'

red 6 ◦ green 20 ◦ blue 237

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

Shades of Blue #0614ED

Tints of Blue #0614ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 90.11%

R = 2.28%
G = 7.6%
B = 90.11%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0614ED (or 0x0614ED) is known color: Blue. HEX triplet: 06, 14 and ED. RGB value is (6,20,237). Sum of RGB (Red+Green+Blue) = 6+20+237=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 237 (92.97% from 255 or 90.11% from 263); Max value from RGB is 237 - color contains mainly: blue. Hex color #0614ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0614ED is #F9EB12. Grayscale: #272727. Windows color (decimal): -16378643 or 15537158. OLE color: 15537158.

HSL color Cylindrical-coordinate representation of color #0614ED: hue angle of 236.36º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0614ED is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 20 237 -
CMYK 0.97 0.92 0 0.07
HSL 236.36º 0.95% 0.48% -
HSV(B) 236.36º 0.97% 0.93% -
XYZ 15.61 6.65 80.58 -
YUV 40.55 238.86 103.36 -
System Red Green Blue C M Y K H S L
Decimal 6 20 237 0.97 0.92 0 0.07 236.36 0.95 0.48
Hex 6 14 ED 61 5C 0 7 EC 5F 30
Octal 6 24 355 141 134 0 7 354 137 60
Binary 110 10100 11101101 1100001 1011100 0 111 11101100 1011111 110000

Color Harmonies of #0614ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0614ED

Black with #0614ED

Text Example


Text Example

White with #0614ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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