Html Css Color HEX #427CF8 Royal Blue

📋 copy color: '#427CF8'

red 66 ◦ green 124 ◦ blue 248

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

Shades of Royal Blue #427CF8

Tints of Royal Blue #427CF8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

 BLUE value IS 248 (97.27% from 255) = 56.62%

R = 15.07%
G = 28.31%
B = 56.62%

CMYK

 C value IS 0.73

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#427CF8 (or 0x427CF8) is known color: Royal Blue. HEX triplet: 42, 7C and F8. RGB value is (66,124,248). Sum of RGB (Red+Green+Blue) = 66+124+248=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #427CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427CF8 is #BD8307. Grayscale: #787878. Windows color (decimal): -12419848 or 16284738. OLE color: 16284738.

HSL color Cylindrical-coordinate representation of color #427CF8: hue angle of 220.88º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #427CF8 is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 124 248 -
CMYK 0.73 0.5 0 0.03
HSL 220.88º 0.93% 0.62% -
HSV(B) 220.88º 0.73% 0.97% -
XYZ 26.4 22.35 91.73 -
YUV 120.79 199.78 88.92 -
System Red Green Blue C M Y K H S L
Decimal 66 124 248 0.73 0.5 0 0.03 220.88 0.93 0.62
Hex 42 7C F8 49 32 0 3 DD 5D 3E
Octal 102 174 370 111 62 0 3 335 135 76
Binary 1000010 1111100 11111000 1001001 110010 0 11 11011101 1011101 111110

Color Harmonies of #427CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CF8

Black with #427CF8

Text Example


Text Example

White with #427CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,124,248); }

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

background-color css

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

 a { background-color: rgb(66,124,248); }

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

border-color css

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

 span { border-color: rgb(66,124,248); }

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