Html Css Color HEX #4169CF Royal Blue

📋 copy color: '#4169CF'

red 65 ◦ green 105 ◦ blue 207

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

Shades of Royal Blue #4169CF

Tints of Royal Blue #4169CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.91%

R = 17.24%
G = 27.85%
B = 54.91%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4169CF (or 0x4169CF) is known color: Royal Blue. HEX triplet: 41, 69 and CF. RGB value is (65,105,207). Sum of RGB (Red+Green+Blue) = 65+105+207=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #4169CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4169CF is #BE9630. Grayscale: #686868. Windows color (decimal): -12490289 or 13592897. OLE color: 13592897.

HSL color Cylindrical-coordinate representation of color #4169CF: hue angle of 223.1º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4169CF is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 105 207 -
CMYK 0.69 0.49 0 0.19
HSL 223.1º 0.6% 0.53% -
HSV(B) 223.1º 0.69% 0.81% -
XYZ 18.49 15.73 61.09 -
YUV 104.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 65 105 207 0.69 0.49 0 0.19 223.1 0.6 0.53
Hex 41 69 CF 45 31 0 13 DF 3C 35
Octal 101 151 317 105 61 0 23 337 74 65
Binary 1000001 1101001 11001111 1000101 110001 0 10011 11011111 111100 110101

Color Harmonies of #4169CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4169CF

Black with #4169CF

Text Example


Text Example

White with #4169CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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