Html Css Color HEX #444FD2 Free Speech Blue

📋 copy color: '#444FD2'

red 68 ◦ green 79 ◦ blue 210

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

Shades of Free Speech Blue #444FD2

Tints of Free Speech Blue #444FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.82%

R = 19.05%
G = 22.13%
B = 58.82%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#444FD2 (or 0x444FD2) is known color: Free Speech Blue. HEX triplet: 44, 4F and D2. RGB value is (68,79,210). Sum of RGB (Red+Green+Blue) = 68+79+210=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #444FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FD2 is #BBB02D. Grayscale: #5A5A5A. Windows color (decimal): -12300334 or 13782852. OLE color: 13782852.

HSL color Cylindrical-coordinate representation of color #444FD2: hue angle of 235.35º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #444FD2 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 79 210 -
CMYK 0.68 0.62 0 0.18
HSL 235.35º 0.61% 0.55% -
HSV(B) 235.35º 0.68% 0.82% -
XYZ 16.81 11.47 62.3 -
YUV 90.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 68 79 210 0.68 0.62 0 0.18 235.35 0.61 0.55
Hex 44 4F D2 44 3E 0 12 EB 3D 37
Octal 104 117 322 104 76 0 22 353 75 67
Binary 1000100 1001111 11010010 1000100 111110 0 10010 11101011 111101 110111

Color Harmonies of #444FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444FD2

Black with #444FD2

Text Example


Text Example

White with #444FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,79,210); }

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

background-color css

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

 a { background-color: rgb(68,79,210); }

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

border-color css

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

 span { border-color: rgb(68,79,210); }

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