Html Css Color HEX #061DFB Blue

📋 copy color: '#061DFB'

red 6 ◦ green 29 ◦ blue 251

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

Shades of Blue #061DFB

Tints of Blue #061DFB

RGB

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

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

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

R = 2.1%
G = 10.14%
B = 87.76%

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

#061DFB (or 0x061DFB) is known color: Blue. HEX triplet: 06, 1D and FB. RGB value is (6,29,251). Sum of RGB (Red+Green+Blue) = 6+29+251=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 251 (98.44% from 255 or 87.76% from 286); Max value from RGB is 251 - color contains mainly: blue. Hex color #061DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061DFB is #F9E204. Grayscale: #2E2E2E. Windows color (decimal): -16376325 or 16456966. OLE color: 16456966.

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

Color convert

RGB 6 29 251 -
CMYK 0.98 0.88 0 0.02
HSL 234.37º 0.97% 0.5% -
HSV(B) 234.37º 0.98% 0.98% -
XYZ 17.93 7.88 91.84 -
YUV 47.43 242.88 98.45 -
System Red Green Blue C M Y K H S L
Decimal 6 29 251 0.98 0.88 0 0.02 234.37 0.97 0.5
Hex 6 1D FB 62 58 0 2 EA 61 32
Octal 6 35 373 142 130 0 2 352 141 62
Binary 110 11101 11111011 1100010 1011000 0 10 11101010 1100001 110010

Color Harmonies of #061DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061DFB

Black with #061DFB

Text Example


Text Example

White with #061DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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