Html Css Color HEX #060FE2 Medium Blue

📋 copy color: '#060FE2'

red 6 ◦ green 15 ◦ blue 226

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

Shades of Medium Blue #060FE2

Tints of Medium Blue #060FE2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.07%

 BLUE value IS 226 (88.67% from 255) = 91.5%

R = 2.43%
G = 6.07%
B = 91.5%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#060FE2 (or 0x060FE2) is known color: Medium Blue. HEX triplet: 06, 0F and E2. RGB value is (6,15,226). Sum of RGB (Red+Green+Blue) = 6+15+226=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 226 (88.67% from 255 or 91.50% from 247); Max value from RGB is 226 - color contains mainly: blue. Hex color #060FE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060FE2 is #F9F01D. Grayscale: #232323. Windows color (decimal): -16379934 or 14814982. OLE color: 14814982.

HSL color Cylindrical-coordinate representation of color #060FE2: hue angle of 237.55º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060FE2 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 15 226 -
CMYK 0.97 0.93 0 0.11
HSL 237.55º 0.95% 0.45% -
HSV(B) 237.55º 0.97% 0.89% -
XYZ 13.97 5.87 72.35 -
YUV 36.36 235.02 106.34 -
System Red Green Blue C M Y K H S L
Decimal 6 15 226 0.97 0.93 0 0.11 237.55 0.95 0.45
Hex 6 F E2 61 5D 0 B EE 5F 2D
Octal 6 17 342 141 135 0 13 356 137 55
Binary 110 1111 11100010 1100001 1011101 0 1011 11101110 1011111 101101

Color Harmonies of #060FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060FE2

Black with #060FE2

Text Example


Text Example

White with #060FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,15,226); }

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

background-color css

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

 a { background-color: rgb(6,15,226); }

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

border-color css

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

 span { border-color: rgb(6,15,226); }

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