Html Css Color HEX #2F4EDB Free Speech Blue

📋 copy color: '#2F4EDB'

red 47 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Blue #2F4EDB

Tints of Free Speech Blue #2F4EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.67%

 BLUE value IS 219 (85.94% from 255) = 63.66%

R = 13.66%
G = 22.67%
B = 63.66%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F4EDB (or 0x2F4EDB) is known color: Free Speech Blue. HEX triplet: 2F, 4E and DB. RGB value is (47,78,219). Sum of RGB (Red+Green+Blue) = 47+78+219=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F4EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4EDB is #D0B124. Grayscale: #545454. Windows color (decimal): -13676837 or 14372399. OLE color: 14372399.

HSL color Cylindrical-coordinate representation of color #2F4EDB: hue angle of 229.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F4EDB is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 78 219 -
CMYK 0.79 0.64 0 0.14
HSL 229.19º 0.7% 0.52% -
HSV(B) 229.19º 0.79% 0.86% -
XYZ 16.68 11.17 68.29 -
YUV 84.81 203.73 101.04 -
System Red Green Blue C M Y K H S L
Decimal 47 78 219 0.79 0.64 0 0.14 229.19 0.7 0.52
Hex 2F 4E DB 4F 40 0 E E5 46 34
Octal 57 116 333 117 100 0 16 345 106 64
Binary 101111 1001110 11011011 1001111 1000000 0 1110 11100101 1000110 110100

Color Harmonies of #2F4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4EDB

Black with #2F4EDB

Text Example


Text Example

White with #2F4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,78,219); }

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

background-color css

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

 a { background-color: rgb(47,78,219); }

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

border-color css

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

 span { border-color: rgb(47,78,219); }

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