Html Css Color HEX #303FDB Free Speech Blue

📋 copy color: '#303FDB'

red 48 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Blue #303FDB

Tints of Free Speech Blue #303FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.36%

R = 14.55%
G = 19.09%
B = 66.36%

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

#303FDB (or 0x303FDB) is known color: Free Speech Blue. HEX triplet: 30, 3F and DB. RGB value is (48,63,219). Sum of RGB (Red+Green+Blue) = 48+63+219=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #303FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FDB is #CFC024. Grayscale: #4B4B4B. Windows color (decimal): -13615141 or 14368560. OLE color: 14368560.

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

Color convert

RGB 48 63 219 -
CMYK 0.78 0.71 0 0.14
HSL 234.74º 0.7% 0.52% -
HSV(B) 234.74º 0.78% 0.86% -
XYZ 15.78 9.3 67.98 -
YUV 76.3 208.53 107.82 -
System Red Green Blue C M Y K H S L
Decimal 48 63 219 0.78 0.71 0 0.14 234.74 0.7 0.52
Hex 30 3F DB 4E 47 0 E EB 46 34
Octal 60 77 333 116 107 0 16 353 106 64
Binary 110000 111111 11011011 1001110 1000111 0 1110 11101011 1000110 110100

Color Harmonies of #303FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FDB

Black with #303FDB

Text Example


Text Example

White with #303FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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