Html Css Color HEX #427DF7 Royal Blue

📋 copy color: '#427DF7'

red 66 ◦ green 125 ◦ blue 247

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

Shades of Royal Blue #427DF7

Tints of Royal Blue #427DF7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.54%

 BLUE value IS 247 (96.88% from 255) = 56.39%

R = 15.07%
G = 28.54%
B = 56.39%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#427DF7 (or 0x427DF7) is known color: Royal Blue. HEX triplet: 42, 7D and F7. RGB value is (66,125,247). Sum of RGB (Red+Green+Blue) = 66+125+247=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 247 (96.88% from 255 or 56.39% from 438); Max value from RGB is 247 - color contains mainly: blue. Hex color #427DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427DF7 is #BD8208. Grayscale: #787878. Windows color (decimal): -12419593 or 16219458. OLE color: 16219458.

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

Color convert

RGB 66 125 247 -
CMYK 0.73 0.49 0 0.03
HSL 220.44º 0.92% 0.61% -
HSV(B) 220.44º 0.73% 0.97% -
XYZ 26.37 22.54 90.96 -
YUV 121.27 198.95 88.58 -
System Red Green Blue C M Y K H S L
Decimal 66 125 247 0.73 0.49 0 0.03 220.44 0.92 0.61
Hex 42 7D F7 49 31 0 3 DC 5C 3D
Octal 102 175 367 111 61 0 3 334 134 75
Binary 1000010 1111101 11110111 1001001 110001 0 11 11011100 1011100 111101

Color Harmonies of #427DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DF7

Black with #427DF7

Text Example


Text Example

White with #427DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,125,247); }

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

background-color css

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

 a { background-color: rgb(66,125,247); }

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

border-color css

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

 span { border-color: rgb(66,125,247); }

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