Html Css Color HEX #427ADD Royal Blue

📋 copy color: '#427ADD'

red 66 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #427ADD

Tints of Royal Blue #427ADD

RGB

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

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

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

R = 16.14%
G = 29.83%
B = 54.03%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#427ADD (or 0x427ADD) is known color: Royal Blue. HEX triplet: 42, 7A and DD. RGB value is (66,122,221). Sum of RGB (Red+Green+Blue) = 66+122+221=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #427ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ADD is #BD8522. Grayscale: #747474. Windows color (decimal): -12420387 or 14514754. OLE color: 14514754.

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

Color convert

RGB 66 122 221 -
CMYK 0.70 0.45 0 0.13
HSL 218.32º 0.7% 0.56% -
HSV(B) 218.32º 0.7% 0.87% -
XYZ 22.26 20.3 71.15 -
YUV 116.54 186.95 91.95 -
System Red Green Blue C M Y K H S L
Decimal 66 122 221 0.70 0.45 0 0.13 218.32 0.7 0.56
Hex 42 7A DD 46 2D 0 D DA 46 38
Octal 102 172 335 106 55 0 15 332 106 70
Binary 1000010 1111010 11011101 1000110 101101 0 1101 11011010 1000110 111000

Color Harmonies of #427ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ADD

Black with #427ADD

Text Example


Text Example

White with #427ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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