Html Css Color HEX #427BDD Royal Blue

📋 copy color: '#427BDD'

red 66 ◦ green 123 ◦ blue 221

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

Shades of Royal Blue #427BDD

Tints of Royal Blue #427BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 16.1%
G = 30%
B = 53.9%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#427BDD (or 0x427BDD) is known color: Royal Blue. HEX triplet: 42, 7B and DD. RGB value is (66,123,221). Sum of RGB (Red+Green+Blue) = 66+123+221=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #427BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BDD is #BD8422. Grayscale: #747474. Windows color (decimal): -12420131 or 14515010. OLE color: 14515010.

HSL color Cylindrical-coordinate representation of color #427BDD: hue angle of 217.94º 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 #427BDD is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 123 221 -
CMYK 0.70 0.44 0 0.13
HSL 217.94º 0.7% 0.56% -
HSV(B) 217.94º 0.7% 0.87% -
XYZ 22.38 20.54 71.19 -
YUV 117.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 66 123 221 0.70 0.44 0 0.13 217.94 0.7 0.56
Hex 42 7B DD 46 2C 0 D DA 46 38
Octal 102 173 335 106 54 0 15 332 106 70
Binary 1000010 1111011 11011101 1000110 101100 0 1101 11011010 1000110 111000

Color Harmonies of #427BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BDD

Black with #427BDD

Text Example


Text Example

White with #427BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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