Html Css Color HEX #4030D0 Free Speech Blue

📋 copy color: '#4030D0'

red 64 ◦ green 48 ◦ blue 208

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

Shades of Free Speech Blue #4030D0

Tints of Free Speech Blue #4030D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 65%

R = 20%
G = 15%
B = 65%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4030D0 (or 0x4030D0) is known color: Free Speech Blue. HEX triplet: 40, 30 and D0. RGB value is (64,48,208). Sum of RGB (Red+Green+Blue) = 64+48+208=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 208 (81.64% from 255 or 65% from 320); Max value from RGB is 208 - color contains mainly: blue. Hex color #4030D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4030D0 is #BFCF2F. Grayscale: #464646. Windows color (decimal): -12570416 or 13643840. OLE color: 13643840.

HSL color Cylindrical-coordinate representation of color #4030D0: hue angle of 246º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4030D0 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 48 208 -
CMYK 0.69 0.77 0 0.18
HSL 246º 0.63% 0.5% -
HSV(B) 246º 0.77% 0.82% -
XYZ 14.56 7.76 60.4 -
YUV 71.02 205.3 122.99 -
System Red Green Blue C M Y K H S L
Decimal 64 48 208 0.69 0.77 0 0.18 246 0.63 0.5
Hex 40 30 D0 45 4D 0 12 F6 3F 32
Octal 100 60 320 105 115 0 22 366 77 62
Binary 1000000 110000 11010000 1000101 1001101 0 10010 11110110 111111 110010

Color Harmonies of #4030D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4030D0

Black with #4030D0

Text Example


Text Example

White with #4030D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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