Html Css Color HEX #427DD5 Royal Blue

📋 copy color: '#427DD5'

red 66 ◦ green 125 ◦ blue 213

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

Shades of Royal Blue #427DD5

Tints of Royal Blue #427DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.72%

R = 16.34%
G = 30.94%
B = 52.72%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#427DD5 (or 0x427DD5) is known color: Royal Blue. HEX triplet: 42, 7D and D5. RGB value is (66,125,213). Sum of RGB (Red+Green+Blue) = 66+125+213=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #427DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DD5 is #BD822A. Grayscale: #747474. Windows color (decimal): -12419627 or 13991234. OLE color: 13991234.

HSL color Cylindrical-coordinate representation of color #427DD5: hue angle of 215.92º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #427DD5 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 125 213 -
CMYK 0.69 0.41 0 0.16
HSL 215.92º 0.64% 0.55% -
HSV(B) 215.92º 0.69% 0.84% -
XYZ 21.59 20.63 65.79 -
YUV 117.39 181.95 91.34 -
System Red Green Blue C M Y K H S L
Decimal 66 125 213 0.69 0.41 0 0.16 215.92 0.64 0.55
Hex 42 7D D5 45 29 0 10 D8 40 37
Octal 102 175 325 105 51 0 20 330 100 67
Binary 1000010 1111101 11010101 1000101 101001 0 10000 11011000 1000000 110111

Color Harmonies of #427DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DD5

Black with #427DD5

Text Example


Text Example

White with #427DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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