Html Css Color HEX #427AF9 Royal Blue

📋 copy color: '#427AF9'

red 66 ◦ green 122 ◦ blue 249

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

Shades of Royal Blue #427AF9

Tints of Royal Blue #427AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.98%

R = 15.1%
G = 27.92%
B = 56.98%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#427AF9 (or 0x427AF9) is known color: Royal Blue. HEX triplet: 42, 7A and F9. RGB value is (66,122,249). Sum of RGB (Red+Green+Blue) = 66+122+249=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #427AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427AF9 is #BD8506. Grayscale: #777777. Windows color (decimal): -12420359 or 16349762. OLE color: 16349762.

HSL color Cylindrical-coordinate representation of color #427AF9: hue angle of 221.64º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #427AF9 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 122 249 -
CMYK 0.73 0.51 0 0.02
HSL 221.64º 0.94% 0.62% -
HSV(B) 221.64º 0.73% 0.98% -
XYZ 26.31 21.92 92.47 -
YUV 119.73 200.95 89.67 -
System Red Green Blue C M Y K H S L
Decimal 66 122 249 0.73 0.51 0 0.02 221.64 0.94 0.62
Hex 42 7A F9 49 33 0 2 DE 5E 3E
Octal 102 172 371 111 63 0 2 336 136 76
Binary 1000010 1111010 11111001 1001001 110011 0 10 11011110 1011110 111110

Color Harmonies of #427AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427AF9

Black with #427AF9

Text Example


Text Example

White with #427AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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