Html Css Color HEX #414FDA Free Speech Blue

📋 copy color: '#414FDA'

red 65 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Blue #414FDA

Tints of Free Speech Blue #414FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.82%

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

R = 17.96%
G = 21.82%
B = 60.22%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#414FDA (or 0x414FDA) is known color: Free Speech Blue. HEX triplet: 41, 4F and DA. RGB value is (65,79,218). Sum of RGB (Red+Green+Blue) = 65+79+218=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #414FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414FDA is #BEB025. Grayscale: #5A5A5A. Windows color (decimal): -12496934 or 14307137. OLE color: 14307137.

HSL color Cylindrical-coordinate representation of color #414FDA: hue angle of 234.51º 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 #414FDA is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 79 218 -
CMYK 0.70 0.64 0 0.15
HSL 234.51º 0.67% 0.55% -
HSV(B) 234.51º 0.7% 0.85% -
XYZ 17.63 11.78 67.67 -
YUV 90.66 199.86 109.7 -
System Red Green Blue C M Y K H S L
Decimal 65 79 218 0.70 0.64 0 0.15 234.51 0.67 0.55
Hex 41 4F DA 46 40 0 F EB 43 37
Octal 101 117 332 106 100 0 17 353 103 67
Binary 1000001 1001111 11011010 1000110 1000000 0 1111 11101011 1000011 110111

Color Harmonies of #414FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414FDA

Black with #414FDA

Text Example


Text Example

White with #414FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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