Html Css Color HEX #427EFC Royal Blue

📋 copy color: '#427EFC'

red 66 ◦ green 126 ◦ blue 252

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

Shades of Royal Blue #427EFC

Tints of Royal Blue #427EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.38%

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

R = 14.86%
G = 28.38%
B = 56.76%

CMYK

 C value IS 0.74

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#427EFC (or 0x427EFC) is known color: Royal Blue. HEX triplet: 42, 7E and FC. RGB value is (66,126,252). Sum of RGB (Red+Green+Blue) = 66+126+252=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #427EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EFC is #BD8103. Grayscale: #797979. Windows color (decimal): -12419332 or 16547394. OLE color: 16547394.

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

Color convert

RGB 66 126 252 -
CMYK 0.74 0.5 0 0.01
HSL 220.65º 0.97% 0.62% -
HSV(B) 220.65º 0.74% 0.99% -
XYZ 27.28 23.11 95.12 -
YUV 122.42 201.12 87.75 -
System Red Green Blue C M Y K H S L
Decimal 66 126 252 0.74 0.5 0 0.01 220.65 0.97 0.62
Hex 42 7E FC 4A 32 0 1 DD 61 3E
Octal 102 176 374 112 62 0 1 335 141 76
Binary 1000010 1111110 11111100 1001010 110010 0 1 11011101 1100001 111110

Color Harmonies of #427EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EFC

Black with #427EFC

Text Example


Text Example

White with #427EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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