Html Css Color HEX #4030CC Free Speech Blue

📋 copy color: '#4030CC'

red 64 ◦ green 48 ◦ blue 204

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

Shades of Free Speech Blue #4030CC

Tints of Free Speech Blue #4030CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 204 (80.08% from 255) = 64.56%

R = 20.25%
G = 15.19%
B = 64.56%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4030CC (or 0x4030CC) is known color: Free Speech Blue. HEX triplet: 40, 30 and CC. RGB value is (64,48,204). Sum of RGB (Red+Green+Blue) = 64+48+204=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #4030CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4030CC is #BFCF33. Grayscale: #454545. Windows color (decimal): -12570420 or 13381696. OLE color: 13381696.

HSL color Cylindrical-coordinate representation of color #4030CC: hue angle of 246.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4030CC is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 48 204 -
CMYK 0.69 0.76 0 0.2
HSL 246.15º 0.62% 0.49% -
HSV(B) 246.15º 0.76% 0.8% -
XYZ 14.07 7.56 57.85 -
YUV 70.57 203.3 123.32 -
System Red Green Blue C M Y K H S L
Decimal 64 48 204 0.69 0.76 0 0.2 246.15 0.62 0.49
Hex 40 30 CC 45 4C 0 14 F6 3E 31
Octal 100 60 314 105 114 0 24 366 76 61
Binary 1000000 110000 11001100 1000101 1001100 0 10100 11110110 111110 110001

Color Harmonies of #4030CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4030CC

Black with #4030CC

Text Example


Text Example

White with #4030CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4030CC; }

 p { color: rgb(64,48,204); }

 H1.HeaderClassName
 {
   color: #4030CC;
 }
 .AnyTagClassName
 {
   color: #4030CC;
 }
</style>

background-color css

<style>
 a { background-color: #4030CC; }

 a { background-color: rgb(64,48,204); }

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

border-color css

<style>
 span { border-color: #4030CC; }

 span { border-color: rgb(64,48,204); }

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