Html Css Color HEX #427AD1 Royal Blue

📋 copy color: '#427AD1'

red 66 ◦ green 122 ◦ blue 209

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

Shades of Royal Blue #427AD1

Tints of Royal Blue #427AD1

RGB

 RED value IS 66 (26.17% from 255) = 16.62%

 GREEN value IS 122 (48.05% from 255) = 30.73%

 BLUE value IS 209 (82.03% from 255) = 52.64%

R = 16.62%
G = 30.73%
B = 52.64%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#427AD1 (or 0x427AD1) is known color: Royal Blue. HEX triplet: 42, 7A and D1. RGB value is (66,122,209). Sum of RGB (Red+Green+Blue) = 66+122+209=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #427AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427AD1 is #BD852E. Grayscale: #727272. Windows color (decimal): -12420399 or 13728322. OLE color: 13728322.

HSL color Cylindrical-coordinate representation of color #427AD1: hue angle of 216.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #427AD1 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 122 209 -
CMYK 0.68 0.42 0 0.18
HSL 216.5º 0.61% 0.54% -
HSV(B) 216.5º 0.68% 0.82% -
XYZ 20.71 19.68 63.03 -
YUV 115.17 180.95 92.93 -
System Red Green Blue C M Y K H S L
Decimal 66 122 209 0.68 0.42 0 0.18 216.5 0.61 0.54
Hex 42 7A D1 44 2A 0 12 D9 3D 36
Octal 102 172 321 104 52 0 22 331 75 66
Binary 1000010 1111010 11010001 1000100 101010 0 10010 11011001 111101 110110

Color Harmonies of #427AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427AD1

Black with #427AD1

Text Example


Text Example

White with #427AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427AD1; }

 p { color: rgb(66,122,209); }

 H1.HeaderClassName
 {
   color: #427AD1;
 }
 .AnyTagClassName
 {
   color: #427AD1;
 }
</style>

background-color css

<style>
 a { background-color: #427AD1; }

 a { background-color: rgb(66,122,209); }

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

border-color css

<style>
 span { border-color: #427AD1; }

 span { border-color: rgb(66,122,209); }

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