Html Css Color HEX #2E4FDD Free Speech Blue

📋 copy color: '#2E4FDD'

red 46 ◦ green 79 ◦ blue 221

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

Shades of Free Speech Blue #2E4FDD

Tints of Free Speech Blue #2E4FDD

RGB

 RED value IS 46 (18.36% from 255) = 13.29%

 GREEN value IS 79 (31.25% from 255) = 22.83%

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

R = 13.29%
G = 22.83%
B = 63.87%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E4FDD (or 0x2E4FDD) is known color: Free Speech Blue. HEX triplet: 2E, 4F and DD. RGB value is (46,79,221). Sum of RGB (Red+Green+Blue) = 46+79+221=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E4FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4FDD is #D1B022. Grayscale: #545454. Windows color (decimal): -13742115 or 14503726. OLE color: 14503726.

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

Color convert

RGB 46 79 221 -
CMYK 0.79 0.64 0 0.13
HSL 228.69º 0.72% 0.52% -
HSV(B) 228.69º 0.79% 0.87% -
XYZ 16.97 11.39 69.71 -
YUV 85.32 204.57 99.95 -
System Red Green Blue C M Y K H S L
Decimal 46 79 221 0.79 0.64 0 0.13 228.69 0.72 0.52
Hex 2E 4F DD 4F 40 0 D E5 48 34
Octal 56 117 335 117 100 0 15 345 110 64
Binary 101110 1001111 11011101 1001111 1000000 0 1101 11100101 1001000 110100

Color Harmonies of #2E4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4FDD

Black with #2E4FDD

Text Example


Text Example

White with #2E4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,79,221); }

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

background-color css

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

 a { background-color: rgb(46,79,221); }

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

border-color css

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

 span { border-color: rgb(46,79,221); }

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