Html Css Color HEX #414BDA Free Speech Blue

📋 copy color: '#414BDA'

red 65 ◦ green 75 ◦ blue 218

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

Shades of Free Speech Blue #414BDA

Tints of Free Speech Blue #414BDA

RGB

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

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

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

R = 18.16%
G = 20.95%
B = 60.89%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#414BDA (or 0x414BDA) is known color: Free Speech Blue. HEX triplet: 41, 4B and DA. RGB value is (65,75,218). Sum of RGB (Red+Green+Blue) = 65+75+218=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #414BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BDA is #BEB425. Grayscale: #575757. Windows color (decimal): -12497958 or 14306113. OLE color: 14306113.

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

Color convert

RGB 65 75 218 -
CMYK 0.70 0.66 0 0.15
HSL 236.08º 0.67% 0.55% -
HSV(B) 236.08º 0.7% 0.85% -
XYZ 17.35 11.22 67.58 -
YUV 88.31 201.19 111.37 -
System Red Green Blue C M Y K H S L
Decimal 65 75 218 0.70 0.66 0 0.15 236.08 0.67 0.55
Hex 41 4B DA 46 42 0 F EC 43 37
Octal 101 113 332 106 102 0 17 354 103 67
Binary 1000001 1001011 11011010 1000110 1000010 0 1111 11101100 1000011 110111

Color Harmonies of #414BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414BDA

Black with #414BDA

Text Example


Text Example

White with #414BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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