Html Css Color HEX #060EFB Blue

📋 copy color: '#060EFB'

red 6 ◦ green 14 ◦ blue 251

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

Shades of Blue #060EFB

Tints of Blue #060EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 92.62%

R = 2.21%
G = 5.17%
B = 92.62%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#060EFB (or 0x060EFB) is known color: Blue. HEX triplet: 06, 0E and FB. RGB value is (6,14,251). Sum of RGB (Red+Green+Blue) = 6+14+251=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 251 (98.44% from 255 or 92.62% from 271); Max value from RGB is 251 - color contains mainly: blue. Hex color #060EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060EFB is #F9F104. Grayscale: #252525. Windows color (decimal): -16380165 or 16453126. OLE color: 16453126.

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

Color convert

RGB 6 14 251 -
CMYK 0.98 0.94 0 0.02
HSL 238.04º 0.97% 0.5% -
HSV(B) 238.04º 0.98% 0.98% -
XYZ 17.64 7.32 91.75 -
YUV 38.63 247.85 104.73 -
System Red Green Blue C M Y K H S L
Decimal 6 14 251 0.98 0.94 0 0.02 238.04 0.97 0.5
Hex 6 E FB 62 5E 0 2 EE 61 32
Octal 6 16 373 142 136 0 2 356 141 62
Binary 110 1110 11111011 1100010 1011110 0 10 11101110 1100001 110010

Color Harmonies of #060EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060EFB

Black with #060EFB

Text Example


Text Example

White with #060EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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