Html Css Color HEX #061BFD Blue

📋 copy color: '#061BFD'

red 6 ◦ green 27 ◦ blue 253

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

Shades of Blue #061BFD

Tints of Blue #061BFD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.44%

 BLUE value IS 253 (99.22% from 255) = 88.46%

R = 2.1%
G = 9.44%
B = 88.46%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#061BFD (or 0x061BFD) is known color: Blue. HEX triplet: 06, 1B and FD. RGB value is (6,27,253). Sum of RGB (Red+Green+Blue) = 6+27+253=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 253 (99.22% from 255 or 88.46% from 286); Max value from RGB is 253 - color contains mainly: blue. Hex color #061BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061BFD is #F9E402. Grayscale: #2D2D2D. Windows color (decimal): -16376835 or 16587526. OLE color: 16587526.

HSL color Cylindrical-coordinate representation of color #061BFD: hue angle of 234.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #061BFD is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 27 253 -
CMYK 0.98 0.89 0 0.01
HSL 234.9º 0.98% 0.51% -
HSV(B) 234.9º 0.98% 0.99% -
XYZ 18.2 7.91 93.5 -
YUV 46.49 244.54 99.12 -
System Red Green Blue C M Y K H S L
Decimal 6 27 253 0.98 0.89 0 0.01 234.9 0.98 0.51
Hex 6 1B FD 62 59 0 1 EB 62 33
Octal 6 33 375 142 131 0 1 353 142 63
Binary 110 11011 11111101 1100010 1011001 0 1 11101011 1100010 110011

Color Harmonies of #061BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061BFD

Black with #061BFD

Text Example


Text Example

White with #061BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,27,253); }

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

background-color css

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

 a { background-color: rgb(6,27,253); }

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

border-color css

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

 span { border-color: rgb(6,27,253); }

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