Html Css Color HEX #414BCD Free Speech Blue

📋 copy color: '#414BCD'

red 65 ◦ green 75 ◦ blue 205

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

Shades of Free Speech Blue #414BCD

Tints of Free Speech Blue #414BCD

RGB

 RED value IS 65 (25.78% from 255) = 18.84%

 GREEN value IS 75 (29.69% from 255) = 21.74%

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 18.84%
G = 21.74%
B = 59.42%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#414BCD (or 0x414BCD) is known color: Free Speech Blue. HEX triplet: 41, 4B and CD. RGB value is (65,75,205). Sum of RGB (Red+Green+Blue) = 65+75+205=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #414BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BCD is #BEB432. Grayscale: #565656. Windows color (decimal): -12497971 or 13454145. OLE color: 13454145.

HSL color Cylindrical-coordinate representation of color #414BCD: hue angle of 235.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #414BCD is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 75 205 -
CMYK 0.68 0.63 0 0.20
HSL 235.71º 0.58% 0.53% -
HSV(B) 235.71º 0.68% 0.8% -
XYZ 15.72 10.56 58.97 -
YUV 86.83 194.69 112.43 -
System Red Green Blue C M Y K H S L
Decimal 65 75 205 0.68 0.63 0 0.20 235.71 0.58 0.53
Hex 41 4B CD 44 3F 0 14 EC 3A 35
Octal 101 113 315 104 77 0 24 354 72 65
Binary 1000001 1001011 11001101 1000100 111111 0 10100 11101100 111010 110101

Color Harmonies of #414BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414BCD

Black with #414BCD

Text Example


Text Example

White with #414BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414BCD; }

 p { color: rgb(65,75,205); }

 H1.HeaderClassName
 {
   color: #414BCD;
 }
 .AnyTagClassName
 {
   color: #414BCD;
 }
</style>

background-color css

<style>
 a { background-color: #414BCD; }

 a { background-color: rgb(65,75,205); }

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

border-color css

<style>
 span { border-color: #414BCD; }

 span { border-color: rgb(65,75,205); }

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