Html Css Color HEX #2F4DDF Free Speech Blue

📋 copy color: '#2F4DDF'

red 47 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Blue #2F4DDF

Tints of Free Speech Blue #2F4DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.19%

 BLUE value IS 223 (87.5% from 255) = 64.27%

R = 13.54%
G = 22.19%
B = 64.27%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F4DDF (or 0x2F4DDF) is known color: Free Speech Blue. HEX triplet: 2F, 4D and DF. RGB value is (47,77,223). Sum of RGB (Red+Green+Blue) = 47+77+223=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F4DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4DDF is #D0B220. Grayscale: #545454. Windows color (decimal): -13677089 or 14634287. OLE color: 14634287.

HSL color Cylindrical-coordinate representation of color #2F4DDF: hue angle of 229.77º degrees, saturation: 0.73, 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 #2F4DDF is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 77 223 -
CMYK 0.79 0.65 0 0.13
HSL 229.77º 0.73% 0.53% -
HSV(B) 229.77º 0.79% 0.87% -
XYZ 17.15 11.24 71.08 -
YUV 84.67 206.06 101.13 -
System Red Green Blue C M Y K H S L
Decimal 47 77 223 0.79 0.65 0 0.13 229.77 0.73 0.53
Hex 2F 4D DF 4F 41 0 D E6 49 35
Octal 57 115 337 117 101 0 15 346 111 65
Binary 101111 1001101 11011111 1001111 1000001 0 1101 11100110 1001001 110101

Color Harmonies of #2F4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4DDF

Black with #2F4DDF

Text Example


Text Example

White with #2F4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,77,223); }

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

background-color css

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

 a { background-color: rgb(47,77,223); }

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

border-color css

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

 span { border-color: rgb(47,77,223); }

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