Html Css Color HEX #415CDA Royal Blue

📋 copy color: '#415CDA'

red 65 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #415CDA

Tints of Royal Blue #415CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

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

R = 17.33%
G = 24.53%
B = 58.13%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#415CDA (or 0x415CDA) is known color: Royal Blue. HEX triplet: 41, 5C and DA. RGB value is (65,92,218). Sum of RGB (Red+Green+Blue) = 65+92+218=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #415CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CDA is #BEA325. Grayscale: #616161. Windows color (decimal): -12493606 or 14310465. OLE color: 14310465.

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

Color convert

RGB 65 92 218 -
CMYK 0.70 0.58 0 0.15
HSL 229.41º 0.67% 0.55% -
HSV(B) 229.41º 0.7% 0.85% -
XYZ 18.66 13.84 68.02 -
YUV 98.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 65 92 218 0.70 0.58 0 0.15 229.41 0.67 0.55
Hex 41 5C DA 46 3A 0 F E5 43 37
Octal 101 134 332 106 72 0 17 345 103 67
Binary 1000001 1011100 11011010 1000110 111010 0 1111 11100101 1000011 110111

Color Harmonies of #415CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415CDA

Black with #415CDA

Text Example


Text Example

White with #415CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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