Html Css Color HEX #427DD7 Royal Blue

📋 copy color: '#427DD7'

red 66 ◦ green 125 ◦ blue 215

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

Shades of Royal Blue #427DD7

Tints of Royal Blue #427DD7

RGB

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

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

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

R = 16.26%
G = 30.79%
B = 52.96%

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

#427DD7 (or 0x427DD7) is known color: Royal Blue. HEX triplet: 42, 7D and D7. RGB value is (66,125,215). Sum of RGB (Red+Green+Blue) = 66+125+215=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #427DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DD7 is #BD8228. Grayscale: #757575. Windows color (decimal): -12419625 or 14122306. OLE color: 14122306.

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

Color convert

RGB 66 125 215 -
CMYK 0.69 0.42 0 0.16
HSL 216.24º 0.65% 0.55% -
HSV(B) 216.24º 0.69% 0.84% -
XYZ 21.85 20.73 67.14 -
YUV 117.62 182.95 91.18 -
System Red Green Blue C M Y K H S L
Decimal 66 125 215 0.69 0.42 0 0.16 216.24 0.65 0.55
Hex 42 7D D7 45 2A 0 10 D8 41 37
Octal 102 175 327 105 52 0 20 330 101 67
Binary 1000010 1111101 11010111 1000101 101010 0 10000 11011000 1000001 110111

Color Harmonies of #427DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DD7

Black with #427DD7

Text Example


Text Example

White with #427DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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