Html Css Color HEX #427CFC Royal Blue

📋 copy color: '#427CFC'

red 66 ◦ green 124 ◦ blue 252

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

Shades of Royal Blue #427CFC

Tints of Royal Blue #427CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.05%

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

R = 14.93%
G = 28.05%
B = 57.01%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#427CFC (or 0x427CFC) is known color: Royal Blue. HEX triplet: 42, 7C and FC. RGB value is (66,124,252). Sum of RGB (Red+Green+Blue) = 66+124+252=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #427CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427CFC is #BD8303. Grayscale: #787878. Windows color (decimal): -12419844 or 16546882. OLE color: 16546882.

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

Color convert

RGB 66 124 252 -
CMYK 0.74 0.51 0 0.01
HSL 221.29º 0.97% 0.62% -
HSV(B) 221.29º 0.74% 0.99% -
XYZ 27.03 22.6 95.03 -
YUV 121.25 201.78 88.59 -
System Red Green Blue C M Y K H S L
Decimal 66 124 252 0.74 0.51 0 0.01 221.29 0.97 0.62
Hex 42 7C FC 4A 33 0 1 DD 61 3E
Octal 102 174 374 112 63 0 1 335 141 76
Binary 1000010 1111100 11111100 1001010 110011 0 1 11011101 1100001 111110

Color Harmonies of #427CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CFC

Black with #427CFC

Text Example


Text Example

White with #427CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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