Html Css Color HEX #427EE2 Royal Blue

📋 copy color: '#427EE2'

red 66 ◦ green 126 ◦ blue 226

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

Shades of Royal Blue #427EE2

Tints of Royal Blue #427EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 54.07%

R = 15.79%
G = 30.14%
B = 54.07%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#427EE2 (or 0x427EE2) is known color: Royal Blue. HEX triplet: 42, 7E and E2. RGB value is (66,126,226). Sum of RGB (Red+Green+Blue) = 66+126+226=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 226 (88.67% from 255 or 54.07% from 418); Max value from RGB is 226 - color contains mainly: blue. Hex color #427EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EE2 is #BD811D. Grayscale: #767676. Windows color (decimal): -12419358 or 14843458. OLE color: 14843458.

HSL color Cylindrical-coordinate representation of color #427EE2: hue angle of 217.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #427EE2 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 126 226 -
CMYK 0.71 0.44 0 0.11
HSL 217.5º 0.73% 0.57% -
HSV(B) 217.5º 0.71% 0.89% -
XYZ 23.44 21.57 74.88 -
YUV 119.46 188.12 89.87 -
System Red Green Blue C M Y K H S L
Decimal 66 126 226 0.71 0.44 0 0.11 217.5 0.73 0.57
Hex 42 7E E2 47 2C 0 B DA 49 39
Octal 102 176 342 107 54 0 13 332 111 71
Binary 1000010 1111110 11100010 1000111 101100 0 1011 11011010 1001001 111001

Color Harmonies of #427EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EE2

Black with #427EE2

Text Example


Text Example

White with #427EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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