Html Css Color HEX #427EDB Royal Blue

📋 copy color: '#427EDB'

red 66 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #427EDB

Tints of Royal Blue #427EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 16.06%
G = 30.66%
B = 53.28%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#427EDB (or 0x427EDB) is known color: Royal Blue. HEX triplet: 42, 7E and DB. RGB value is (66,126,219). Sum of RGB (Red+Green+Blue) = 66+126+219=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #427EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EDB is #BD8124. Grayscale: #767676. Windows color (decimal): -12419365 or 14384706. OLE color: 14384706.

HSL color Cylindrical-coordinate representation of color #427EDB: hue angle of 216.47º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427EDB is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 126 219 -
CMYK 0.70 0.42 0 0.14
HSL 216.47º 0.68% 0.56% -
HSV(B) 216.47º 0.7% 0.86% -
XYZ 22.49 21.19 69.92 -
YUV 118.66 184.62 90.44 -
System Red Green Blue C M Y K H S L
Decimal 66 126 219 0.70 0.42 0 0.14 216.47 0.68 0.56
Hex 42 7E DB 46 2A 0 E D8 44 38
Octal 102 176 333 106 52 0 16 330 104 70
Binary 1000010 1111110 11011011 1000110 101010 0 1110 11011000 1000100 111000

Color Harmonies of #427EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EDB

Black with #427EDB

Text Example


Text Example

White with #427EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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