Html Css Color HEX #427BD5 Royal Blue

📋 copy color: '#427BD5'

red 66 ◦ green 123 ◦ blue 213

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

Shades of Royal Blue #427BD5

Tints of Royal Blue #427BD5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.6%

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

R = 16.42%
G = 30.6%
B = 52.99%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#427BD5 (or 0x427BD5) is known color: Royal Blue. HEX triplet: 42, 7B and D5. RGB value is (66,123,213). Sum of RGB (Red+Green+Blue) = 66+123+213=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #427BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BD5 is #BD842A. Grayscale: #737373. Windows color (decimal): -12420139 or 13990722. OLE color: 13990722.

HSL color Cylindrical-coordinate representation of color #427BD5: hue angle of 216.73º 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 #427BD5 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 123 213 -
CMYK 0.69 0.42 0 0.16
HSL 216.73º 0.64% 0.55% -
HSV(B) 216.73º 0.69% 0.84% -
XYZ 21.34 20.13 65.71 -
YUV 116.22 182.62 92.18 -
System Red Green Blue C M Y K H S L
Decimal 66 123 213 0.69 0.42 0 0.16 216.73 0.64 0.55
Hex 42 7B D5 45 2A 0 10 D9 40 37
Octal 102 173 325 105 52 0 20 331 100 67
Binary 1000010 1111011 11010101 1000101 101010 0 10000 11011001 1000000 110111

Color Harmonies of #427BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BD5

Black with #427BD5

Text Example


Text Example

White with #427BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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