Html Css Color HEX #303FDC Free Speech Blue

📋 copy color: '#303FDC'

red 48 ◦ green 63 ◦ blue 220

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

Shades of Free Speech Blue #303FDC

Tints of Free Speech Blue #303FDC

RGB

 RED value IS 48 (19.14% from 255) = 14.5%

 GREEN value IS 63 (25% from 255) = 19.03%

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 14.5%
G = 19.03%
B = 66.47%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#303FDC (or 0x303FDC) is known color: Free Speech Blue. HEX triplet: 30, 3F and DC. RGB value is (48,63,220). Sum of RGB (Red+Green+Blue) = 48+63+220=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #303FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FDC is #CFC023. Grayscale: #4B4B4B. Windows color (decimal): -13615140 or 14434096. OLE color: 14434096.

HSL color Cylindrical-coordinate representation of color #303FDC: hue angle of 234.77º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303FDC is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 63 220 -
CMYK 0.78 0.71 0 0.14
HSL 234.77º 0.71% 0.53% -
HSV(B) 234.77º 0.78% 0.86% -
XYZ 15.91 9.35 68.68 -
YUV 76.41 209.03 107.73 -
System Red Green Blue C M Y K H S L
Decimal 48 63 220 0.78 0.71 0 0.14 234.77 0.71 0.53
Hex 30 3F DC 4E 47 0 E EB 47 35
Octal 60 77 334 116 107 0 16 353 107 65
Binary 110000 111111 11011100 1001110 1000111 0 1110 11101011 1000111 110101

Color Harmonies of #303FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FDC

Black with #303FDC

Text Example


Text Example

White with #303FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303FDC; }

 p { color: rgb(48,63,220); }

 H1.HeaderClassName
 {
   color: #303FDC;
 }
 .AnyTagClassName
 {
   color: #303FDC;
 }
</style>

background-color css

<style>
 a { background-color: #303FDC; }

 a { background-color: rgb(48,63,220); }

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

border-color css

<style>
 span { border-color: #303FDC; }

 span { border-color: rgb(48,63,220); }

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