Html Css Color HEX #427BF7 Royal Blue

📋 copy color: '#427BF7'

red 66 ◦ green 123 ◦ blue 247

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

Shades of Royal Blue #427BF7

Tints of Royal Blue #427BF7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.21%

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

R = 15.14%
G = 28.21%
B = 56.65%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#427BF7 (or 0x427BF7) is known color: Royal Blue. HEX triplet: 42, 7B and F7. RGB value is (66,123,247). Sum of RGB (Red+Green+Blue) = 66+123+247=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 247 (96.88% from 255 or 56.65% from 436); Max value from RGB is 247 - color contains mainly: blue. Hex color #427BF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BF7 is #BD8408. Grayscale: #777777. Windows color (decimal): -12420105 or 16218946. OLE color: 16218946.

HSL color Cylindrical-coordinate representation of color #427BF7: hue angle of 221.1º 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 #427BF7 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 123 247 -
CMYK 0.73 0.50 0 0.03
HSL 221.11º 0.92% 0.61% -
HSV(B) 221.11º 0.73% 0.97% -
XYZ 26.12 22.04 90.87 -
YUV 120.09 199.62 89.42 -
System Red Green Blue C M Y K H S L
Decimal 66 123 247 0.73 0.50 0 0.03 221.11 0.92 0.61
Hex 42 7B F7 49 32 0 3 DD 5C 3D
Octal 102 173 367 111 62 0 3 335 134 75
Binary 1000010 1111011 11110111 1001001 110010 0 11 11011101 1011100 111101

Color Harmonies of #427BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BF7

Black with #427BF7

Text Example


Text Example

White with #427BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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