Html Css Color HEX #060FFB Blue

📋 copy color: '#060FFB'

red 6 ◦ green 15 ◦ blue 251

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

Shades of Blue #060FFB

Tints of Blue #060FFB

RGB

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

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

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

R = 2.21%
G = 5.51%
B = 92.28%

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

#060FFB (or 0x060FFB) is known color: Blue. HEX triplet: 06, 0F and FB. RGB value is (6,15,251). Sum of RGB (Red+Green+Blue) = 6+15+251=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 251 (98.44% from 255 or 92.28% from 272); Max value from RGB is 251 - color contains mainly: blue. Hex color #060FFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060FFB is #F9F004. Grayscale: #262626. Windows color (decimal): -16379909 or 16453382. OLE color: 16453382.

HSL color Cylindrical-coordinate representation of color #060FFB: hue angle of 237.8º 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 #060FFB is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 15 251 -
CMYK 0.98 0.94 0 0.02
HSL 237.8º 0.97% 0.5% -
HSV(B) 237.8º 0.98% 0.98% -
XYZ 17.66 7.35 91.75 -
YUV 39.21 247.52 104.31 -
System Red Green Blue C M Y K H S L
Decimal 6 15 251 0.98 0.94 0 0.02 237.8 0.97 0.5
Hex 6 F FB 62 5E 0 2 EE 61 32
Octal 6 17 373 142 136 0 2 356 141 62
Binary 110 1111 11111011 1100010 1011110 0 10 11101110 1100001 110010

Color Harmonies of #060FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060FFB

Black with #060FFB

Text Example


Text Example

White with #060FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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