Html Css Color HEX #444CDD Free Speech Blue

📋 copy color: '#444CDD'

red 68 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Blue #444CDD

Tints of Free Speech Blue #444CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

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

R = 18.63%
G = 20.82%
B = 60.55%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#444CDD (or 0x444CDD) is known color: Free Speech Blue. HEX triplet: 44, 4C and DD. RGB value is (68,76,221). Sum of RGB (Red+Green+Blue) = 68+76+221=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #444CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CDD is #BBB322. Grayscale: #595959. Windows color (decimal): -12301091 or 14502980. OLE color: 14502980.

HSL color Cylindrical-coordinate representation of color #444CDD: hue angle of 236.86º 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 #444CDD is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 76 221 -
CMYK 0.69 0.66 0 0.13
HSL 236.86º 0.69% 0.57% -
HSV(B) 236.86º 0.69% 0.87% -
XYZ 18.02 11.62 69.7 -
YUV 90.14 201.85 112.21 -
System Red Green Blue C M Y K H S L
Decimal 68 76 221 0.69 0.66 0 0.13 236.86 0.69 0.57
Hex 44 4C DD 45 42 0 D ED 45 39
Octal 104 114 335 105 102 0 15 355 105 71
Binary 1000100 1001100 11011101 1000101 1000010 0 1101 11101101 1000101 111001

Color Harmonies of #444CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CDD

Black with #444CDD

Text Example


Text Example

White with #444CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444CDD; }

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

 H1.HeaderClassName
 {
   color: #444CDD;
 }
 .AnyTagClassName
 {
   color: #444CDD;
 }
</style>

background-color css

<style>
 a { background-color: #444CDD; }

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

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

border-color css

<style>
 span { border-color: #444CDD; }

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

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