Html Css Color HEX #4451DD Free Speech Blue

📋 copy color: '#4451DD'

red 68 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Blue #4451DD

Tints of Free Speech Blue #4451DD

RGB

 RED value IS 68 (26.95% from 255) = 18.38%

 GREEN value IS 81 (32.03% from 255) = 21.89%

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

R = 18.38%
G = 21.89%
B = 59.73%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4451DD (or 0x4451DD) is known color: Free Speech Blue. HEX triplet: 44, 51 and DD. RGB value is (68,81,221). Sum of RGB (Red+Green+Blue) = 68+81+221=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #4451DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4451DD is #BBAE22. Grayscale: #5C5C5C. Windows color (decimal): -12299811 or 14504260. OLE color: 14504260.

HSL color Cylindrical-coordinate representation of color #4451DD: hue angle of 234.9º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4451DD is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 81 221 -
CMYK 0.69 0.63 0 0.13
HSL 234.9º 0.69% 0.57% -
HSV(B) 234.9º 0.69% 0.87% -
XYZ 18.38 12.33 69.82 -
YUV 93.07 200.19 110.12 -
System Red Green Blue C M Y K H S L
Decimal 68 81 221 0.69 0.63 0 0.13 234.9 0.69 0.57
Hex 44 51 DD 45 3F 0 D EB 45 39
Octal 104 121 335 105 77 0 15 353 105 71
Binary 1000100 1010001 11011101 1000101 111111 0 1101 11101011 1000101 111001

Color Harmonies of #4451DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4451DD

Black with #4451DD

Text Example


Text Example

White with #4451DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4451DD; }

 p { color: rgb(68,81,221); }

 H1.HeaderClassName
 {
   color: #4451DD;
 }
 .AnyTagClassName
 {
   color: #4451DD;
 }
</style>

background-color css

<style>
 a { background-color: #4451DD; }

 a { background-color: rgb(68,81,221); }

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

border-color css

<style>
 span { border-color: #4451DD; }

 span { border-color: rgb(68,81,221); }

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