Html Css Color HEX #060FDA Medium Blue

📋 copy color: '#060FDA'

red 6 ◦ green 15 ◦ blue 218

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

Shades of Medium Blue #060FDA

Tints of Medium Blue #060FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 91.21%

R = 2.51%
G = 6.28%
B = 91.21%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#060FDA (or 0x060FDA) is known color: Medium Blue. HEX triplet: 06, 0F and DA. RGB value is (6,15,218). Sum of RGB (Red+Green+Blue) = 6+15+218=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 218 (85.55% from 255 or 91.21% from 239); Max value from RGB is 218 - color contains mainly: blue. Hex color #060FDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060FDA is #F9F025. Grayscale: #222222. Windows color (decimal): -16379942 or 14290694. OLE color: 14290694.

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

Color convert

RGB 6 15 218 -
CMYK 0.97 0.93 0 0.15
HSL 237.45º 0.95% 0.44% -
HSV(B) 237.45º 0.97% 0.85% -
XYZ 12.9 5.44 66.7 -
YUV 35.45 231.02 106.99 -
System Red Green Blue C M Y K H S L
Decimal 6 15 218 0.97 0.93 0 0.15 237.45 0.95 0.44
Hex 6 F DA 61 5D 0 F ED 5F 2C
Octal 6 17 332 141 135 0 17 355 137 54
Binary 110 1111 11011010 1100001 1011101 0 1111 11101101 1011111 101100

Color Harmonies of #060FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060FDA

Black with #060FDA

Text Example


Text Example

White with #060FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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