Html Css Color HEX #427DFF Royal Blue

📋 copy color: '#427DFF'

red 66 ◦ green 125 ◦ blue 255

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

Shades of Royal Blue #427DFF

Tints of Royal Blue #427DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

 BLUE value IS 255 (100% from 255) = 57.17%

R = 14.8%
G = 28.03%
B = 57.17%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#427DFF (or 0x427DFF) is known color: Royal Blue. HEX triplet: 42, 7D and FF. RGB value is (66,125,255). Sum of RGB (Red+Green+Blue) = 66+125+255=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #427DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427DFF is #BD8200. Grayscale: #797979. Windows color (decimal): -12419585 or 16743746. OLE color: 16743746.

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

Color convert

RGB 66 125 255 -
CMYK 0.74 0.51 0 0
HSL 221.27º 1% 0.63% -
HSV(B) 221.27º 0.74% 1% -
XYZ 27.63 23.05 97.6 -
YUV 122.18 202.95 87.93 -
System Red Green Blue C M Y K H S L
Decimal 66 125 255 0.74 0.51 0 0 221.27 1 0.63
Hex 42 7D FF 4A 33 0 0 DD 64 3F
Octal 102 175 377 112 63 0 0 335 144 77
Binary 1000010 1111101 11111111 1001010 110011 0 0 11011101 1100100 111111

Color Harmonies of #427DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DFF

Black with #427DFF

Text Example


Text Example

White with #427DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,125,255); }

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

background-color css

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

 a { background-color: rgb(66,125,255); }

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

border-color css

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

 span { border-color: rgb(66,125,255); }

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