Html Css Color HEX #060DFF Blue

📋 copy color: '#060DFF'

red 6 ◦ green 13 ◦ blue 255

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

Shades of Blue #060DFF

Tints of Blue #060DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.74%

 BLUE value IS 255 (100% from 255) = 93.07%

R = 2.19%
G = 4.74%
B = 93.07%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#060DFF (or 0x060DFF) is known color: Blue. HEX triplet: 06, 0D and FF. RGB value is (6,13,255). Sum of RGB (Red+Green+Blue) = 6+13+255=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 255 (100% from 255 or 93.07% from 274); Max value from RGB is 255 - color contains mainly: blue. Hex color #060DFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060DFF is #F9F200. Grayscale: #252525. Windows color (decimal): -16380417 or 16715014. OLE color: 16715014.

HSL color Cylindrical-coordinate representation of color #060DFF: hue angle of 238.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060DFF is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 13 255 -
CMYK 0.98 0.95 0 0
HSL 238.31º 1% 0.51% -
HSV(B) 238.31º 0.98% 1% -
XYZ 18.27 7.55 95.1 -
YUV 38.5 250.18 104.82 -
System Red Green Blue C M Y K H S L
Decimal 6 13 255 0.98 0.95 0 0 238.31 1 0.51
Hex 6 D FF 62 5F 0 0 EE 64 33
Octal 6 15 377 142 137 0 0 356 144 63
Binary 110 1101 11111111 1100010 1011111 0 0 11101110 1100100 110011

Color Harmonies of #060DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060DFF

Black with #060DFF

Text Example


Text Example

White with #060DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,13,255); }

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

background-color css

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

 a { background-color: rgb(6,13,255); }

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

border-color css

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

 span { border-color: rgb(6,13,255); }

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