Html Css Color HEX #4039DD Free Speech Blue

📋 copy color: '#4039DD'

red 64 ◦ green 57 ◦ blue 221

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

Shades of Free Speech Blue #4039DD

Tints of Free Speech Blue #4039DD

RGB

 RED value IS 64 (25.39% from 255) = 18.71%

 GREEN value IS 57 (22.66% from 255) = 16.67%

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

R = 18.71%
G = 16.67%
B = 64.62%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4039DD (or 0x4039DD) is known color: Free Speech Blue. HEX triplet: 40, 39 and DD. RGB value is (64,57,221). Sum of RGB (Red+Green+Blue) = 64+57+221=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #4039DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4039DD is #BFC622. Grayscale: #4D4D4D. Windows color (decimal): -12568099 or 14498112. OLE color: 14498112.

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

Color convert

RGB 64 57 221 -
CMYK 0.71 0.74 0 0.13
HSL 242.56º 0.71% 0.55% -
HSV(B) 242.56º 0.74% 0.87% -
XYZ 16.63 9.24 69.31 -
YUV 77.79 208.82 118.16 -
System Red Green Blue C M Y K H S L
Decimal 64 57 221 0.71 0.74 0 0.13 242.56 0.71 0.55
Hex 40 39 DD 47 4A 0 D F3 47 37
Octal 100 71 335 107 112 0 15 363 107 67
Binary 1000000 111001 11011101 1000111 1001010 0 1101 11110011 1000111 110111

Color Harmonies of #4039DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4039DD

Black with #4039DD

Text Example


Text Example

White with #4039DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,57,221); }

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

background-color css

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

 a { background-color: rgb(64,57,221); }

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

border-color css

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

 span { border-color: rgb(64,57,221); }

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