Html Css Color HEX #427AD2 Royal Blue

📋 copy color: '#427AD2'

red 66 ◦ green 122 ◦ blue 210

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

Shades of Royal Blue #427AD2

Tints of Royal Blue #427AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.76%

R = 16.58%
G = 30.65%
B = 52.76%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#427AD2 (or 0x427AD2) is known color: Royal Blue. HEX triplet: 42, 7A and D2. RGB value is (66,122,210). Sum of RGB (Red+Green+Blue) = 66+122+210=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #427AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427AD2 is #BD852D. Grayscale: #727272. Windows color (decimal): -12420398 or 13793858. OLE color: 13793858.

HSL color Cylindrical-coordinate representation of color #427AD2: hue angle of 216.67º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #427AD2 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 122 210 -
CMYK 0.69 0.42 0 0.18
HSL 216.67º 0.62% 0.54% -
HSV(B) 216.67º 0.69% 0.82% -
XYZ 20.84 19.73 63.68 -
YUV 115.29 181.45 92.84 -
System Red Green Blue C M Y K H S L
Decimal 66 122 210 0.69 0.42 0 0.18 216.67 0.62 0.54
Hex 42 7A D2 45 2A 0 12 D9 3E 36
Octal 102 172 322 105 52 0 22 331 76 66
Binary 1000010 1111010 11010010 1000101 101010 0 10010 11011001 111110 110110

Color Harmonies of #427AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427AD2

Black with #427AD2

Text Example


Text Example

White with #427AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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