Html Css Color HEX #427EE5 Royal Blue

📋 copy color: '#427EE5'

red 66 ◦ green 126 ◦ blue 229

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

Shades of Royal Blue #427EE5

Tints of Royal Blue #427EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.39%

R = 15.68%
G = 29.93%
B = 54.39%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#427EE5 (or 0x427EE5) is known color: Royal Blue. HEX triplet: 42, 7E and E5. RGB value is (66,126,229). Sum of RGB (Red+Green+Blue) = 66+126+229=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #427EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EE5 is #BD811A. Grayscale: #777777. Windows color (decimal): -12419355 or 15040066. OLE color: 15040066.

HSL color Cylindrical-coordinate representation of color #427EE5: hue angle of 217.91º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #427EE5 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 126 229 -
CMYK 0.71 0.45 0 0.10
HSL 217.91º 0.76% 0.58% -
HSV(B) 217.91º 0.71% 0.9% -
XYZ 23.85 21.74 77.07 -
YUV 119.8 189.62 89.62 -
System Red Green Blue C M Y K H S L
Decimal 66 126 229 0.71 0.45 0 0.10 217.91 0.76 0.58
Hex 42 7E E5 47 2D 0 A DA 4C 3A
Octal 102 176 345 107 55 0 12 332 114 72
Binary 1000010 1111110 11100101 1000111 101101 0 1010 11011010 1001100 111010

Color Harmonies of #427EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EE5

Black with #427EE5

Text Example


Text Example

White with #427EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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