Html Css Color HEX #427BDE Royal Blue

📋 copy color: '#427BDE'

red 66 ◦ green 123 ◦ blue 222

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

Shades of Royal Blue #427BDE

Tints of Royal Blue #427BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.01%

R = 16.06%
G = 29.93%
B = 54.01%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#427BDE (or 0x427BDE) is known color: Royal Blue. HEX triplet: 42, 7B and DE. RGB value is (66,123,222). Sum of RGB (Red+Green+Blue) = 66+123+222=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #427BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BDE is #BD8421. Grayscale: #747474. Windows color (decimal): -12420130 or 14580546. OLE color: 14580546.

HSL color Cylindrical-coordinate representation of color #427BDE: hue angle of 218.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427BDE is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 123 222 -
CMYK 0.70 0.45 0 0.13
HSL 218.08º 0.7% 0.56% -
HSV(B) 218.08º 0.7% 0.87% -
XYZ 22.51 20.6 71.9 -
YUV 117.24 187.12 91.45 -
System Red Green Blue C M Y K H S L
Decimal 66 123 222 0.70 0.45 0 0.13 218.08 0.7 0.56
Hex 42 7B DE 46 2D 0 D DA 46 38
Octal 102 173 336 106 55 0 15 332 106 70
Binary 1000010 1111011 11011110 1000110 101101 0 1101 11011010 1000110 111000

Color Harmonies of #427BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BDE

Black with #427BDE

Text Example


Text Example

White with #427BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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