Html Css Color HEX #427BDC Royal Blue

📋 copy color: '#427BDC'

red 66 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #427BDC

Tints of Royal Blue #427BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 16.14%
G = 30.07%
B = 53.79%

CMYK

 C value IS 0.7

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#427BDC (or 0x427BDC) is known color: Royal Blue. HEX triplet: 42, 7B and DC. RGB value is (66,123,220). Sum of RGB (Red+Green+Blue) = 66+123+220=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #427BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BDC is #BD8423. Grayscale: #747474. Windows color (decimal): -12420132 or 14449474. OLE color: 14449474.

HSL color Cylindrical-coordinate representation of color #427BDC: hue angle of 217.79º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427BDC is Cyan = 0.7, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 123 220 -
CMYK 0.7 0.44 0 0.14
HSL 217.79º 0.69% 0.56% -
HSV(B) 217.79º 0.7% 0.86% -
XYZ 22.25 20.49 70.49 -
YUV 117.02 186.12 91.61 -
System Red Green Blue C M Y K H S L
Decimal 66 123 220 0.7 0.44 0 0.14 217.79 0.69 0.56
Hex 42 7B DC 46 2C 0 E DA 45 38
Octal 102 173 334 106 54 0 16 332 105 70
Binary 1000010 1111011 11011100 1000110 101100 0 1110 11011010 1000101 111000

Color Harmonies of #427BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BDC

Black with #427BDC

Text Example


Text Example

White with #427BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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