Html Css Color HEX #427AFC Royal Blue

📋 copy color: '#427AFC'

red 66 ◦ green 122 ◦ blue 252

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

Shades of Royal Blue #427AFC

Tints of Royal Blue #427AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.27%

R = 15%
G = 27.73%
B = 57.27%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#427AFC (or 0x427AFC) is known color: Royal Blue. HEX triplet: 42, 7A and FC. RGB value is (66,122,252). Sum of RGB (Red+Green+Blue) = 66+122+252=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #427AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427AFC is #BD8503. Grayscale: #777777. Windows color (decimal): -12420356 or 16546370. OLE color: 16546370.

HSL color Cylindrical-coordinate representation of color #427AFC: hue angle of 221.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427AFC is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 122 252 -
CMYK 0.74 0.52 0 0.01
HSL 221.94º 0.97% 0.62% -
HSV(B) 221.94º 0.74% 0.99% -
XYZ 26.78 22.11 94.95 -
YUV 120.08 202.45 89.43 -
System Red Green Blue C M Y K H S L
Decimal 66 122 252 0.74 0.52 0 0.01 221.94 0.97 0.62
Hex 42 7A FC 4A 34 0 1 DE 61 3E
Octal 102 172 374 112 64 0 1 336 141 76
Binary 1000010 1111010 11111100 1001010 110100 0 1 11011110 1100001 111110

Color Harmonies of #427AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427AFC

Black with #427AFC

Text Example


Text Example

White with #427AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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