Html Css Color HEX #444FCF Free Speech Blue

📋 copy color: '#444FCF'

red 68 ◦ green 79 ◦ blue 207

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

Shades of Free Speech Blue #444FCF

Tints of Free Speech Blue #444FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.47%

R = 19.21%
G = 22.32%
B = 58.47%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#444FCF (or 0x444FCF) is known color: Free Speech Blue. HEX triplet: 44, 4F and CF. RGB value is (68,79,207). Sum of RGB (Red+Green+Blue) = 68+79+207=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #444FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FCF is #BBB030. Grayscale: #595959. Windows color (decimal): -12300337 or 13586244. OLE color: 13586244.

HSL color Cylindrical-coordinate representation of color #444FCF: hue angle of 235.25º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444FCF is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 79 207 -
CMYK 0.67 0.62 0 0.19
HSL 235.25º 0.59% 0.54% -
HSV(B) 235.25º 0.67% 0.81% -
XYZ 16.44 11.33 60.35 -
YUV 90.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 68 79 207 0.67 0.62 0 0.19 235.25 0.59 0.54
Hex 44 4F CF 43 3E 0 13 EB 3B 36
Octal 104 117 317 103 76 0 23 353 73 66
Binary 1000100 1001111 11001111 1000011 111110 0 10011 11101011 111011 110110

Color Harmonies of #444FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444FCF

Black with #444FCF

Text Example


Text Example

White with #444FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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