Html Css Color HEX #427FFE Royal Blue

📋 copy color: '#427FFE'

red 66 ◦ green 127 ◦ blue 254

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

Shades of Royal Blue #427FFE

Tints of Royal Blue #427FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 14.77%
G = 28.41%
B = 56.82%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#427FFE (or 0x427FFE) is known color: Royal Blue. HEX triplet: 42, 7F and FE. RGB value is (66,127,254). Sum of RGB (Red+Green+Blue) = 66+127+254=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #427FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427FFE is #BD8001. Grayscale: #7A7A7A. Windows color (decimal): -12419074 or 16678722. OLE color: 16678722.

HSL color Cylindrical-coordinate representation of color #427FFE: hue angle of 220.53º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427FFE is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 127 254 -
CMYK 0.74 0.50 0 0.00
HSL 220.53º 0.99% 0.63% -
HSV(B) 220.53º 0.74% 1% -
XYZ 27.73 23.49 96.84 -
YUV 123.24 201.79 87.17 -
System Red Green Blue C M Y K H S L
Decimal 66 127 254 0.74 0.50 0 0.00 220.53 0.99 0.63
Hex 42 7F FE 4A 32 0 0 DD 63 3F
Octal 102 177 376 112 62 0 0 335 143 77
Binary 1000010 1111111 11111110 1001010 110010 0 0 11011101 1100011 111111

Color Harmonies of #427FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427FFE

Black with #427FFE

Text Example


Text Example

White with #427FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,127,254); }

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

background-color css

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

 a { background-color: rgb(66,127,254); }

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

border-color css

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

 span { border-color: rgb(66,127,254); }

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