Html Css Color HEX #427DDC Royal Blue

📋 copy color: '#427DDC'

red 66 ◦ green 125 ◦ blue 220

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

Shades of Royal Blue #427DDC

Tints of Royal Blue #427DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 16.06%
G = 30.41%
B = 53.53%

CMYK

 C value IS 0.7

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#427DDC (or 0x427DDC) is known color: Royal Blue. HEX triplet: 42, 7D and DC. RGB value is (66,125,220). Sum of RGB (Red+Green+Blue) = 66+125+220=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #427DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DDC is #BD8223. Grayscale: #757575. Windows color (decimal): -12419620 or 14449986. OLE color: 14449986.

HSL color Cylindrical-coordinate representation of color #427DDC: hue angle of 217.01º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427DDC is Cyan = 0.7, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 125 220 -
CMYK 0.7 0.43 0 0.14
HSL 217.01º 0.69% 0.56% -
HSV(B) 217.01º 0.7% 0.86% -
XYZ 22.5 20.99 70.58 -
YUV 118.19 185.45 90.78 -
System Red Green Blue C M Y K H S L
Decimal 66 125 220 0.7 0.43 0 0.14 217.01 0.69 0.56
Hex 42 7D DC 46 2B 0 E D9 45 38
Octal 102 175 334 106 53 0 16 331 105 70
Binary 1000010 1111101 11011100 1000110 101011 0 1110 11011001 1000101 111000

Color Harmonies of #427DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DDC

Black with #427DDC

Text Example


Text Example

White with #427DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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