Html Css Color HEX #415FDC Royal Blue

📋 copy color: '#415FDC'

red 65 ◦ green 95 ◦ blue 220

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

Shades of Royal Blue #415FDC

Tints of Royal Blue #415FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25%

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 17.11%
G = 25%
B = 57.89%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#415FDC (or 0x415FDC) is known color: Royal Blue. HEX triplet: 41, 5F and DC. RGB value is (65,95,220). Sum of RGB (Red+Green+Blue) = 65+95+220=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #415FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415FDC is #BEA023. Grayscale: #636363. Windows color (decimal): -12492836 or 14442305. OLE color: 14442305.

HSL color Cylindrical-coordinate representation of color #415FDC: hue angle of 228.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #415FDC is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 95 220 -
CMYK 0.70 0.57 0 0.14
HSL 228.39º 0.69% 0.56% -
HSV(B) 228.39º 0.7% 0.86% -
XYZ 19.19 14.48 69.49 -
YUV 100.28 195.56 102.84 -
System Red Green Blue C M Y K H S L
Decimal 65 95 220 0.70 0.57 0 0.14 228.39 0.69 0.56
Hex 41 5F DC 46 39 0 E E4 45 38
Octal 101 137 334 106 71 0 16 344 105 70
Binary 1000001 1011111 11011100 1000110 111001 0 1110 11100100 1000101 111000

Color Harmonies of #415FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415FDC

Black with #415FDC

Text Example


Text Example

White with #415FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,95,220); }

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

background-color css

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

 a { background-color: rgb(65,95,220); }

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

border-color css

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

 span { border-color: rgb(65,95,220); }

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