Html Css Color HEX #061DFA Blue

📋 copy color: '#061DFA'

red 6 ◦ green 29 ◦ blue 250

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

Shades of Blue #061DFA

Tints of Blue #061DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

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

R = 2.11%
G = 10.18%
B = 87.72%

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

#061DFA (or 0x061DFA) is known color: Blue. HEX triplet: 06, 1D and FA. RGB value is (6,29,250). Sum of RGB (Red+Green+Blue) = 6+29+250=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 250 (98.05% from 255 or 87.72% from 285); Max value from RGB is 250 - color contains mainly: blue. Hex color #061DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061DFA is #F9E205. Grayscale: #2E2E2E. Windows color (decimal): -16376326 or 16391430. OLE color: 16391430.

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

Color convert

RGB 6 29 250 -
CMYK 0.98 0.88 0 0.02
HSL 234.34º 0.96% 0.5% -
HSV(B) 234.34º 0.98% 0.98% -
XYZ 17.77 7.82 91.02 -
YUV 47.32 242.38 98.53 -
System Red Green Blue C M Y K H S L
Decimal 6 29 250 0.98 0.88 0 0.02 234.34 0.96 0.5
Hex 6 1D FA 62 58 0 2 EA 60 32
Octal 6 35 372 142 130 0 2 352 140 62
Binary 110 11101 11111010 1100010 1011000 0 10 11101010 1100000 110010

Color Harmonies of #061DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061DFA

Black with #061DFA

Text Example


Text Example

White with #061DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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