Html Css Color HEX #4058CE Free Speech Blue

📋 copy color: '#4058CE'

red 64 ◦ green 88 ◦ blue 206

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

Shades of Free Speech Blue #4058CE

Tints of Free Speech Blue #4058CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.58%

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 17.88%
G = 24.58%
B = 57.54%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4058CE (or 0x4058CE) is known color: Free Speech Blue. HEX triplet: 40, 58 and CE. RGB value is (64,88,206). Sum of RGB (Red+Green+Blue) = 64+88+206=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #4058CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4058CE is #BFA731. Grayscale: #5D5D5D. Windows color (decimal): -12560178 or 13523008. OLE color: 13523008.

HSL color Cylindrical-coordinate representation of color #4058CE: hue angle of 229.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4058CE is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 88 206 -
CMYK 0.69 0.57 0 0.19
HSL 229.86º 0.59% 0.53% -
HSV(B) 229.86º 0.69% 0.81% -
XYZ 16.74 12.53 59.93 -
YUV 94.28 191.05 106.41 -
System Red Green Blue C M Y K H S L
Decimal 64 88 206 0.69 0.57 0 0.19 229.86 0.59 0.53
Hex 40 58 CE 45 39 0 13 E6 3B 35
Octal 100 130 316 105 71 0 23 346 73 65
Binary 1000000 1011000 11001110 1000101 111001 0 10011 11100110 111011 110101

Color Harmonies of #4058CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4058CE

Black with #4058CE

Text Example


Text Example

White with #4058CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4058CE; }

 p { color: rgb(64,88,206); }

 H1.HeaderClassName
 {
   color: #4058CE;
 }
 .AnyTagClassName
 {
   color: #4058CE;
 }
</style>

background-color css

<style>
 a { background-color: #4058CE; }

 a { background-color: rgb(64,88,206); }

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

border-color css

<style>
 span { border-color: #4058CE; }

 span { border-color: rgb(64,88,206); }

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