Html Css Color HEX #427AF8 Royal Blue

📋 copy color: '#427AF8'

red 66 ◦ green 122 ◦ blue 248

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

Shades of Royal Blue #427AF8

Tints of Royal Blue #427AF8

RGB

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

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

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

R = 15.14%
G = 27.98%
B = 56.88%

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

#427AF8 (or 0x427AF8) is known color: Royal Blue. HEX triplet: 42, 7A and F8. RGB value is (66,122,248). Sum of RGB (Red+Green+Blue) = 66+122+248=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #427AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427AF8 is #BD8507. Grayscale: #777777. Windows color (decimal): -12420360 or 16284226. OLE color: 16284226.

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

Color convert

RGB 66 122 248 -
CMYK 0.73 0.51 0 0.03
HSL 221.54º 0.93% 0.62% -
HSV(B) 221.54º 0.73% 0.97% -
XYZ 26.15 21.85 91.65 -
YUV 119.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 66 122 248 0.73 0.51 0 0.03 221.54 0.93 0.62
Hex 42 7A F8 49 33 0 3 DE 5D 3E
Octal 102 172 370 111 63 0 3 336 135 76
Binary 1000010 1111010 11111000 1001001 110011 0 11 11011110 1011101 111110

Color Harmonies of #427AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427AF8

Black with #427AF8

Text Example


Text Example

White with #427AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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