Html Css Color HEX #427BD7 Royal Blue

📋 copy color: '#427BD7'

red 66 ◦ green 123 ◦ blue 215

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

Shades of Royal Blue #427BD7

Tints of Royal Blue #427BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.22%

R = 16.34%
G = 30.45%
B = 53.22%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#427BD7 (or 0x427BD7) is known color: Royal Blue. HEX triplet: 42, 7B and D7. RGB value is (66,123,215). Sum of RGB (Red+Green+Blue) = 66+123+215=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #427BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BD7 is #BD8428. Grayscale: #747474. Windows color (decimal): -12420137 or 14121794. OLE color: 14121794.

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

Color convert

RGB 66 123 215 -
CMYK 0.69 0.43 0 0.16
HSL 217.05º 0.65% 0.55% -
HSV(B) 217.05º 0.69% 0.84% -
XYZ 21.6 20.23 67.06 -
YUV 116.45 183.62 92.02 -
System Red Green Blue C M Y K H S L
Decimal 66 123 215 0.69 0.43 0 0.16 217.05 0.65 0.55
Hex 42 7B D7 45 2B 0 10 D9 41 37
Octal 102 173 327 105 53 0 20 331 101 67
Binary 1000010 1111011 11010111 1000101 101011 0 10000 11011001 1000001 110111

Color Harmonies of #427BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BD7

Black with #427BD7

Text Example


Text Example

White with #427BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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