Html Css Color HEX #427EDD Royal Blue

📋 copy color: '#427EDD'

red 66 ◦ green 126 ◦ blue 221

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

Shades of Royal Blue #427EDD

Tints of Royal Blue #427EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.51%

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

R = 15.98%
G = 30.51%
B = 53.51%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#427EDD (or 0x427EDD) is known color: Royal Blue. HEX triplet: 42, 7E and DD. RGB value is (66,126,221). Sum of RGB (Red+Green+Blue) = 66+126+221=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #427EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EDD is #BD8122. Grayscale: #767676. Windows color (decimal): -12419363 or 14515778. OLE color: 14515778.

HSL color Cylindrical-coordinate representation of color #427EDD: hue angle of 216.77º 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 #427EDD is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 126 221 -
CMYK 0.70 0.43 0 0.13
HSL 216.77º 0.7% 0.56% -
HSV(B) 216.77º 0.7% 0.87% -
XYZ 22.76 21.3 71.32 -
YUV 118.89 185.62 90.28 -
System Red Green Blue C M Y K H S L
Decimal 66 126 221 0.70 0.43 0 0.13 216.77 0.7 0.56
Hex 42 7E DD 46 2B 0 D D9 46 38
Octal 102 176 335 106 53 0 15 331 106 70
Binary 1000010 1111110 11011101 1000110 101011 0 1101 11011001 1000110 111000

Color Harmonies of #427EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EDD

Black with #427EDD

Text Example


Text Example

White with #427EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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