Html Css Color HEX #427ADC Royal Blue

📋 copy color: '#427ADC'

red 66 ◦ green 122 ◦ blue 220

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

Shades of Royal Blue #427ADC

Tints of Royal Blue #427ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.9%

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

R = 16.18%
G = 29.9%
B = 53.92%

CMYK

 C value IS 0.7

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#427ADC (or 0x427ADC) is known color: Royal Blue. HEX triplet: 42, 7A and DC. RGB value is (66,122,220). Sum of RGB (Red+Green+Blue) = 66+122+220=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #427ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ADC is #BD8523. Grayscale: #737373. Windows color (decimal): -12420388 or 14449218. OLE color: 14449218.

HSL color Cylindrical-coordinate representation of color #427ADC: hue angle of 218.18º 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 #427ADC is Cyan = 0.7, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 122 220 -
CMYK 0.7 0.45 0 0.14
HSL 218.18º 0.69% 0.56% -
HSV(B) 218.18º 0.7% 0.86% -
XYZ 22.12 20.24 70.45 -
YUV 116.43 186.45 92.03 -
System Red Green Blue C M Y K H S L
Decimal 66 122 220 0.7 0.45 0 0.14 218.18 0.69 0.56
Hex 42 7A DC 46 2D 0 E DA 45 38
Octal 102 172 334 106 55 0 16 332 105 70
Binary 1000010 1111010 11011100 1000110 101101 0 1110 11011010 1000101 111000

Color Harmonies of #427ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ADC

Black with #427ADC

Text Example


Text Example

White with #427ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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