Html Css Color HEX #061FFA Blue

📋 copy color: '#061FFA'

red 6 ◦ green 31 ◦ blue 250

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

Shades of Blue #061FFA

Tints of Blue #061FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

 BLUE value IS 250 (98.05% from 255) = 87.11%

R = 2.09%
G = 10.8%
B = 87.11%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#061FFA (or 0x061FFA) is known color: Blue. HEX triplet: 06, 1F and FA. RGB value is (6,31,250). Sum of RGB (Red+Green+Blue) = 6+31+250=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 250 (98.05% from 255 or 87.11% from 287); Max value from RGB is 250 - color contains mainly: blue. Hex color #061FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061FFA is #F9E005. Grayscale: #2F2F2F. Windows color (decimal): -16375814 or 16391942. OLE color: 16391942.

HSL color Cylindrical-coordinate representation of color #061FFA: hue angle of 233.85º degrees, saturation: 0.96, 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 #061FFA is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 31 250 -
CMYK 0.98 0.88 0 0.02
HSL 233.85º 0.96% 0.5% -
HSV(B) 233.85º 0.98% 0.98% -
XYZ 17.82 7.92 91.03 -
YUV 48.49 241.72 97.69 -
System Red Green Blue C M Y K H S L
Decimal 6 31 250 0.98 0.88 0 0.02 233.85 0.96 0.5
Hex 6 1F FA 62 58 0 2 EA 60 32
Octal 6 37 372 142 130 0 2 352 140 62
Binary 110 11111 11111010 1100010 1011000 0 10 11101010 1100000 110010

Color Harmonies of #061FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061FFA

Black with #061FFA

Text Example


Text Example

White with #061FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,31,250); }

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

background-color css

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

 a { background-color: rgb(6,31,250); }

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

border-color css

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

 span { border-color: rgb(6,31,250); }

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