Html Css Color HEX #2005F1 Blue

📋 copy color: '#2005F1'

red 32 ◦ green 5 ◦ blue 241

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

Shades of Blue #2005F1

Tints of Blue #2005F1

RGB

 RED value IS 32 (12.89% from 255) = 11.51%

 GREEN value IS 5 (2.34% from 255) = 1.8%

 BLUE value IS 241 (94.53% from 255) = 86.69%

R = 11.51%
G = 1.8%
B = 86.69%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2005F1 (or 0x2005F1) is known color: Blue. HEX triplet: 20, 05 and F1. RGB value is (32,5,241). Sum of RGB (Red+Green+Blue) = 32+5+241=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 241 (94.53% from 255 or 86.69% from 278); Max value from RGB is 241 - color contains mainly: blue. Hex color #2005F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2005F1 is #DFFA0E. Grayscale: #272727. Windows color (decimal): -14678543 or 15795488. OLE color: 15795488.

HSL color Cylindrical-coordinate representation of color #2005F1: hue angle of 246.86º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2005F1 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 5 241 -
CMYK 0.87 0.98 0 0.05
HSL 246.86º 0.96% 0.48% -
HSV(B) 246.86º 0.98% 0.95% -
XYZ 16.53 6.77 83.65 -
YUV 39.98 241.45 122.31 -
System Red Green Blue C M Y K H S L
Decimal 32 5 241 0.87 0.98 0 0.05 246.86 0.96 0.48
Hex 20 5 F1 57 62 0 5 F7 60 30
Octal 40 5 361 127 142 0 5 367 140 60
Binary 100000 101 11110001 1010111 1100010 0 101 11110111 1100000 110000

Color Harmonies of #2005F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2005F1

Black with #2005F1

Text Example


Text Example

White with #2005F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2005F1; }

 p { color: rgb(32,5,241); }

 H1.HeaderClassName
 {
   color: #2005F1;
 }
 .AnyTagClassName
 {
   color: #2005F1;
 }
</style>

background-color css

<style>
 a { background-color: #2005F1; }

 a { background-color: rgb(32,5,241); }

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

border-color css

<style>
 span { border-color: #2005F1; }

 span { border-color: rgb(32,5,241); }

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