Html Css Color HEX #2F4EDA Free Speech Blue

📋 copy color: '#2F4EDA'

red 47 ◦ green 78 ◦ blue 218

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

Shades of Free Speech Blue #2F4EDA

Tints of Free Speech Blue #2F4EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.56%

R = 13.7%
G = 22.74%
B = 63.56%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2F4EDA (or 0x2F4EDA) is known color: Free Speech Blue. HEX triplet: 2F, 4E and DA. RGB value is (47,78,218). Sum of RGB (Red+Green+Blue) = 47+78+218=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F4EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4EDA is #D0B125. Grayscale: #545454. Windows color (decimal): -13676838 or 14306863. OLE color: 14306863.

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

Color convert

RGB 47 78 218 -
CMYK 0.78 0.64 0 0.15
HSL 229.12º 0.7% 0.52% -
HSV(B) 229.12º 0.78% 0.85% -
XYZ 16.55 11.12 67.6 -
YUV 84.69 203.23 101.12 -
System Red Green Blue C M Y K H S L
Decimal 47 78 218 0.78 0.64 0 0.15 229.12 0.7 0.52
Hex 2F 4E DA 4E 40 0 F E5 46 34
Octal 57 116 332 116 100 0 17 345 106 64
Binary 101111 1001110 11011010 1001110 1000000 0 1111 11100101 1000110 110100

Color Harmonies of #2F4EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4EDA

Black with #2F4EDA

Text Example


Text Example

White with #2F4EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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