Html Css Color HEX #061AF0 Blue

📋 copy color: '#061AF0'

red 6 ◦ green 26 ◦ blue 240

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

Shades of Blue #061AF0

Tints of Blue #061AF0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.56%

 BLUE value IS 240 (94.14% from 255) = 88.24%

R = 2.21%
G = 9.56%
B = 88.24%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#061AF0 (or 0x061AF0) is known color: Blue. HEX triplet: 06, 1A and F0. RGB value is (6,26,240). Sum of RGB (Red+Green+Blue) = 6+26+240=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 240 (94.14% from 255 or 88.24% from 272); Max value from RGB is 240 - color contains mainly: blue. Hex color #061AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061AF0 is #F9E50F. Grayscale: #2B2B2B. Windows color (decimal): -16377104 or 15735302. OLE color: 15735302.

HSL color Cylindrical-coordinate representation of color #061AF0: hue angle of 234.87º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #061AF0 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 26 240 -
CMYK 0.98 0.89 0 0.06
HSL 234.87º 0.95% 0.48% -
HSV(B) 234.87º 0.98% 0.94% -
XYZ 16.17 7.07 82.95 -
YUV 44.42 238.37 100.6 -
System Red Green Blue C M Y K H S L
Decimal 6 26 240 0.98 0.89 0 0.06 234.87 0.95 0.48
Hex 6 1A F0 62 59 0 6 EB 5F 30
Octal 6 32 360 142 131 0 6 353 137 60
Binary 110 11010 11110000 1100010 1011001 0 110 11101011 1011111 110000

Color Harmonies of #061AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061AF0

Black with #061AF0

Text Example


Text Example

White with #061AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061AF0; }

 p { color: rgb(6,26,240); }

 H1.HeaderClassName
 {
   color: #061AF0;
 }
 .AnyTagClassName
 {
   color: #061AF0;
 }
</style>

background-color css

<style>
 a { background-color: #061AF0; }

 a { background-color: rgb(6,26,240); }

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

border-color css

<style>
 span { border-color: #061AF0; }

 span { border-color: rgb(6,26,240); }

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