Html Css Color HEX #415CDD Royal Blue

📋 copy color: '#415CDD'

red 65 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #415CDD

Tints of Royal Blue #415CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 17.2%
G = 24.34%
B = 58.47%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#415CDD (or 0x415CDD) is known color: Royal Blue. HEX triplet: 41, 5C and DD. RGB value is (65,92,221). Sum of RGB (Red+Green+Blue) = 65+92+221=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #415CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CDD is #BEA322. Grayscale: #626262. Windows color (decimal): -12493603 or 14507073. OLE color: 14507073.

HSL color Cylindrical-coordinate representation of color #415CDD: hue angle of 229.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #415CDD is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 92 221 -
CMYK 0.71 0.58 0 0.13
HSL 229.62º 0.7% 0.56% -
HSV(B) 229.62º 0.71% 0.87% -
XYZ 19.06 14 70.1 -
YUV 98.63 197.05 104.01 -
System Red Green Blue C M Y K H S L
Decimal 65 92 221 0.71 0.58 0 0.13 229.62 0.7 0.56
Hex 41 5C DD 47 3A 0 D E6 46 38
Octal 101 134 335 107 72 0 15 346 106 70
Binary 1000001 1011100 11011101 1000111 111010 0 1101 11100110 1000110 111000

Color Harmonies of #415CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415CDD

Black with #415CDD

Text Example


Text Example

White with #415CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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