Html Css Color HEX #060DFE Blue

📋 copy color: '#060DFE'

red 6 ◦ green 13 ◦ blue 254

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

Shades of Blue #060DFE

Tints of Blue #060DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 93.04%

R = 2.2%
G = 4.76%
B = 93.04%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#060DFE (or 0x060DFE) is known color: Blue. HEX triplet: 06, 0D and FE. RGB value is (6,13,254). Sum of RGB (Red+Green+Blue) = 6+13+254=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 254 (99.61% from 255 or 93.04% from 273); Max value from RGB is 254 - color contains mainly: blue. Hex color #060DFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060DFE is #F9F201. Grayscale: #252525. Windows color (decimal): -16380418 or 16649478. OLE color: 16649478.

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

Color convert

RGB 6 13 254 -
CMYK 0.98 0.95 0 0.00
HSL 238.31º 0.99% 0.51% -
HSV(B) 238.31º 0.98% 1% -
XYZ 18.11 7.48 94.26 -
YUV 38.38 249.68 104.9 -
System Red Green Blue C M Y K H S L
Decimal 6 13 254 0.98 0.95 0 0.00 238.31 0.99 0.51
Hex 6 D FE 62 5F 0 0 EE 63 33
Octal 6 15 376 142 137 0 0 356 143 63
Binary 110 1101 11111110 1100010 1011111 0 0 11101110 1100011 110011

Color Harmonies of #060DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060DFE

Black with #060DFE

Text Example


Text Example

White with #060DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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