Html Css Color HEX #4169DC Royal Blue

📋 copy color: '#4169DC'

red 65 ◦ green 105 ◦ blue 220

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

Shades of Royal Blue #4169DC

Tints of Royal Blue #4169DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.92%

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

R = 16.67%
G = 26.92%
B = 56.41%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4169DC (or 0x4169DC) is known color: Royal Blue. HEX triplet: 41, 69 and DC. RGB value is (65,105,220). Sum of RGB (Red+Green+Blue) = 65+105+220=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #4169DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4169DC is #BE9623. Grayscale: #696969. Windows color (decimal): -12490276 or 14444865. OLE color: 14444865.

HSL color Cylindrical-coordinate representation of color #4169DC: hue angle of 224.52º 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 #4169DC is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 105 220 -
CMYK 0.70 0.52 0 0.14
HSL 224.52º 0.69% 0.56% -
HSV(B) 224.52º 0.7% 0.86% -
XYZ 20.15 16.39 69.81 -
YUV 106.15 192.25 98.65 -
System Red Green Blue C M Y K H S L
Decimal 65 105 220 0.70 0.52 0 0.14 224.52 0.69 0.56
Hex 41 69 DC 46 34 0 E E1 45 38
Octal 101 151 334 106 64 0 16 341 105 70
Binary 1000001 1101001 11011100 1000110 110100 0 1110 11100001 1000101 111000

Color Harmonies of #4169DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4169DC

Black with #4169DC

Text Example


Text Example

White with #4169DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4169DC; }

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

 H1.HeaderClassName
 {
   color: #4169DC;
 }
 .AnyTagClassName
 {
   color: #4169DC;
 }
</style>

background-color css

<style>
 a { background-color: #4169DC; }

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

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

border-color css

<style>
 span { border-color: #4169DC; }

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

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