Html Css Color HEX #2F49DD Free Speech Blue

📋 copy color: '#2F49DD'

red 47 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Blue #2F49DD

Tints of Free Speech Blue #2F49DD

RGB

 RED value IS 47 (18.75% from 255) = 13.78%

 GREEN value IS 73 (28.91% from 255) = 21.41%

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 13.78%
G = 21.41%
B = 64.81%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F49DD (or 0x2F49DD) is known color: Free Speech Blue. HEX triplet: 2F, 49 and DD. RGB value is (47,73,221). Sum of RGB (Red+Green+Blue) = 47+73+221=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F49DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F49DD is #D0B622. Grayscale: #515151. Windows color (decimal): -13678115 or 14502191. OLE color: 14502191.

HSL color Cylindrical-coordinate representation of color #2F49DD: hue angle of 231.03º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F49DD is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 73 221 -
CMYK 0.79 0.67 0 0.13
HSL 231.03º 0.72% 0.53% -
HSV(B) 231.03º 0.79% 0.87% -
XYZ 16.61 10.59 69.58 -
YUV 82.1 206.39 102.97 -
System Red Green Blue C M Y K H S L
Decimal 47 73 221 0.79 0.67 0 0.13 231.03 0.72 0.53
Hex 2F 49 DD 4F 43 0 D E7 48 35
Octal 57 111 335 117 103 0 15 347 110 65
Binary 101111 1001001 11011101 1001111 1000011 0 1101 11100111 1001000 110101

Color Harmonies of #2F49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F49DD

Black with #2F49DD

Text Example


Text Example

White with #2F49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F49DD; }

 p { color: rgb(47,73,221); }

 H1.HeaderClassName
 {
   color: #2F49DD;
 }
 .AnyTagClassName
 {
   color: #2F49DD;
 }
</style>

background-color css

<style>
 a { background-color: #2F49DD; }

 a { background-color: rgb(47,73,221); }

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

border-color css

<style>
 span { border-color: #2F49DD; }

 span { border-color: rgb(47,73,221); }

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