Html Css Color HEX #427CFB Royal Blue

📋 copy color: '#427CFB'

red 66 ◦ green 124 ◦ blue 251

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

Shades of Royal Blue #427CFB

Tints of Royal Blue #427CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 14.97%
G = 28.12%
B = 56.92%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#427CFB (or 0x427CFB) is known color: Royal Blue. HEX triplet: 42, 7C and FB. RGB value is (66,124,251). Sum of RGB (Red+Green+Blue) = 66+124+251=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #427CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427CFB is #BD8304. Grayscale: #787878. Windows color (decimal): -12419845 or 16481346. OLE color: 16481346.

HSL color Cylindrical-coordinate representation of color #427CFB: hue angle of 221.19º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427CFB is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 124 251 -
CMYK 0.74 0.51 0 0.02
HSL 221.19º 0.96% 0.62% -
HSV(B) 221.19º 0.74% 0.98% -
XYZ 26.87 22.54 94.2 -
YUV 121.14 201.28 88.67 -
System Red Green Blue C M Y K H S L
Decimal 66 124 251 0.74 0.51 0 0.02 221.19 0.96 0.62
Hex 42 7C FB 4A 33 0 2 DD 60 3E
Octal 102 174 373 112 63 0 2 335 140 76
Binary 1000010 1111100 11111011 1001010 110011 0 10 11011101 1100000 111110

Color Harmonies of #427CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CFB

Black with #427CFB

Text Example


Text Example

White with #427CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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