Html Css Color HEX #415DCC Free Speech Blue

📋 copy color: '#415DCC'

red 65 ◦ green 93 ◦ blue 204

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

Shades of Free Speech Blue #415DCC

Tints of Free Speech Blue #415DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.69%

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 17.96%
G = 25.69%
B = 56.35%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#415DCC (or 0x415DCC) is known color: Free Speech Blue. HEX triplet: 41, 5D and CC. RGB value is (65,93,204). Sum of RGB (Red+Green+Blue) = 65+93+204=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #415DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415DCC is #BEA233. Grayscale: #606060. Windows color (decimal): -12493364 or 13393217. OLE color: 13393217.

HSL color Cylindrical-coordinate representation of color #415DCC: hue angle of 227.91º 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 #415DCC is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 93 204 -
CMYK 0.68 0.54 0 0.2
HSL 227.91º 0.58% 0.53% -
HSV(B) 227.91º 0.68% 0.8% -
XYZ 16.99 13.31 58.8 -
YUV 97.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 65 93 204 0.68 0.54 0 0.2 227.91 0.58 0.53
Hex 41 5D CC 44 36 0 14 E4 3A 35
Octal 101 135 314 104 66 0 24 344 72 65
Binary 1000001 1011101 11001100 1000100 110110 0 10100 11100100 111010 110101

Color Harmonies of #415DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415DCC

Black with #415DCC

Text Example


Text Example

White with #415DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415DCC; }

 p { color: rgb(65,93,204); }

 H1.HeaderClassName
 {
   color: #415DCC;
 }
 .AnyTagClassName
 {
   color: #415DCC;
 }
</style>

background-color css

<style>
 a { background-color: #415DCC; }

 a { background-color: rgb(65,93,204); }

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

border-color css

<style>
 span { border-color: #415DCC; }

 span { border-color: rgb(65,93,204); }

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