Html Css Color HEX #427AF7 Royal Blue

📋 copy color: '#427AF7'

red 66 ◦ green 122 ◦ blue 247

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

Shades of Royal Blue #427AF7

Tints of Royal Blue #427AF7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.05%

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

R = 15.17%
G = 28.05%
B = 56.78%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#427AF7 (or 0x427AF7) is known color: Royal Blue. HEX triplet: 42, 7A and F7. RGB value is (66,122,247). Sum of RGB (Red+Green+Blue) = 66+122+247=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #427AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427AF7 is #BD8508. Grayscale: #767676. Windows color (decimal): -12420361 or 16218690. OLE color: 16218690.

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

Color convert

RGB 66 122 247 -
CMYK 0.73 0.51 0 0.03
HSL 221.44º 0.92% 0.61% -
HSV(B) 221.44º 0.73% 0.97% -
XYZ 25.99 21.79 90.83 -
YUV 119.51 199.95 89.84 -
System Red Green Blue C M Y K H S L
Decimal 66 122 247 0.73 0.51 0 0.03 221.44 0.92 0.61
Hex 42 7A F7 49 33 0 3 DD 5C 3D
Octal 102 172 367 111 63 0 3 335 134 75
Binary 1000010 1111010 11110111 1001001 110011 0 11 11011101 1011100 111101

Color Harmonies of #427AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427AF7

Black with #427AF7

Text Example


Text Example

White with #427AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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