Html Css Color HEX #060EEF Blue

📋 copy color: '#060EEF'

red 6 ◦ green 14 ◦ blue 239

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

Shades of Blue #060EEF

Tints of Blue #060EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.41%

 BLUE value IS 239 (93.75% from 255) = 92.28%

R = 2.32%
G = 5.41%
B = 92.28%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#060EEF (or 0x060EEF) is known color: Blue. HEX triplet: 06, 0E and EF. RGB value is (6,14,239). Sum of RGB (Red+Green+Blue) = 6+14+239=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 239 (93.75% from 255 or 92.28% from 259); Max value from RGB is 239 - color contains mainly: blue. Hex color #060EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060EEF is #F9F110. Grayscale: #242424. Windows color (decimal): -16380177 or 15666694. OLE color: 15666694.

HSL color Cylindrical-coordinate representation of color #060EEF: hue angle of 237.94º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060EEF is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 14 239 -
CMYK 0.97 0.94 0 0.06
HSL 237.94º 0.95% 0.48% -
HSV(B) 237.94º 0.97% 0.94% -
XYZ 15.81 6.58 82.1 -
YUV 37.26 241.85 105.7 -
System Red Green Blue C M Y K H S L
Decimal 6 14 239 0.97 0.94 0 0.06 237.94 0.95 0.48
Hex 6 E EF 61 5E 0 6 EE 5F 30
Octal 6 16 357 141 136 0 6 356 137 60
Binary 110 1110 11101111 1100001 1011110 0 110 11101110 1011111 110000

Color Harmonies of #060EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060EEF

Black with #060EEF

Text Example


Text Example

White with #060EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060EEF; }

 p { color: rgb(6,14,239); }

 H1.HeaderClassName
 {
   color: #060EEF;
 }
 .AnyTagClassName
 {
   color: #060EEF;
 }
</style>

background-color css

<style>
 a { background-color: #060EEF; }

 a { background-color: rgb(6,14,239); }

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

border-color css

<style>
 span { border-color: #060EEF; }

 span { border-color: rgb(6,14,239); }

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