Html Css Color HEX #427FFC Royal Blue

📋 copy color: '#427FFC'

red 66 ◦ green 127 ◦ blue 252

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

Shades of Royal Blue #427FFC

Tints of Royal Blue #427FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 28.54%

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

R = 14.83%
G = 28.54%
B = 56.63%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#427FFC (or 0x427FFC) is known color: Royal Blue. HEX triplet: 42, 7F and FC. RGB value is (66,127,252). Sum of RGB (Red+Green+Blue) = 66+127+252=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #427FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427FFC is #BD8003. Grayscale: #7A7A7A. Windows color (decimal): -12419076 or 16547650. OLE color: 16547650.

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

Color convert

RGB 66 127 252 -
CMYK 0.74 0.50 0 0.01
HSL 220.32º 0.97% 0.62% -
HSV(B) 220.32º 0.74% 0.99% -
XYZ 27.41 23.37 95.16 -
YUV 123.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 66 127 252 0.74 0.50 0 0.01 220.32 0.97 0.62
Hex 42 7F FC 4A 32 0 1 DC 61 3E
Octal 102 177 374 112 62 0 1 334 141 76
Binary 1000010 1111111 11111100 1001010 110010 0 1 11011100 1100001 111110

Color Harmonies of #427FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427FFC

Black with #427FFC

Text Example


Text Example

White with #427FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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