Html Css Color HEX #414CDA Free Speech Blue

📋 copy color: '#414CDA'

red 65 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Blue #414CDA

Tints of Free Speech Blue #414CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.17%

 BLUE value IS 218 (85.55% from 255) = 60.72%

R = 18.11%
G = 21.17%
B = 60.72%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#414CDA (or 0x414CDA) is known color: Free Speech Blue. HEX triplet: 41, 4C and DA. RGB value is (65,76,218). Sum of RGB (Red+Green+Blue) = 65+76+218=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #414CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CDA is #BEB325. Grayscale: #585858. Windows color (decimal): -12497702 or 14306369. OLE color: 14306369.

HSL color Cylindrical-coordinate representation of color #414CDA: hue angle of 235.69º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #414CDA is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 76 218 -
CMYK 0.70 0.65 0 0.15
HSL 235.69º 0.67% 0.55% -
HSV(B) 235.69º 0.7% 0.85% -
XYZ 17.42 11.35 67.6 -
YUV 88.9 200.86 110.95 -
System Red Green Blue C M Y K H S L
Decimal 65 76 218 0.70 0.65 0 0.15 235.69 0.67 0.55
Hex 41 4C DA 46 41 0 F EC 43 37
Octal 101 114 332 106 101 0 17 354 103 67
Binary 1000001 1001100 11011010 1000110 1000001 0 1111 11101100 1000011 110111

Color Harmonies of #414CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414CDA

Black with #414CDA

Text Example


Text Example

White with #414CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,76,218); }

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

background-color css

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

 a { background-color: rgb(65,76,218); }

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

border-color css

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

 span { border-color: rgb(65,76,218); }

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