Html Css Color HEX #427EF1 Royal Blue

📋 copy color: '#427EF1'

red 66 ◦ green 126 ◦ blue 241

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

Shades of Royal Blue #427EF1

Tints of Royal Blue #427EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.66%

R = 15.24%
G = 29.1%
B = 55.66%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#427EF1 (or 0x427EF1) is known color: Royal Blue. HEX triplet: 42, 7E and F1. RGB value is (66,126,241). Sum of RGB (Red+Green+Blue) = 66+126+241=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #427EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EF1 is #BD810E. Grayscale: #787878. Windows color (decimal): -12419343 or 15826498. OLE color: 15826498.

HSL color Cylindrical-coordinate representation of color #427EF1: hue angle of 219.43º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #427EF1 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 126 241 -
CMYK 0.73 0.48 0 0.05
HSL 219.43º 0.86% 0.6% -
HSV(B) 219.43º 0.73% 0.95% -
XYZ 25.58 22.43 86.2 -
YUV 121.17 195.62 88.65 -
System Red Green Blue C M Y K H S L
Decimal 66 126 241 0.73 0.48 0 0.05 219.43 0.86 0.6
Hex 42 7E F1 49 30 0 5 DB 56 3C
Octal 102 176 361 111 60 0 5 333 126 74
Binary 1000010 1111110 11110001 1001001 110000 0 101 11011011 1010110 111100

Color Harmonies of #427EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EF1

Black with #427EF1

Text Example


Text Example

White with #427EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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