Html Css Color HEX #427DDB Royal Blue

📋 copy color: '#427DDB'

red 66 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #427DDB

Tints of Royal Blue #427DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.41%

R = 16.1%
G = 30.49%
B = 53.41%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#427DDB (or 0x427DDB) is known color: Royal Blue. HEX triplet: 42, 7D and DB. RGB value is (66,125,219). Sum of RGB (Red+Green+Blue) = 66+125+219=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #427DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DDB is #BD8224. Grayscale: #757575. Windows color (decimal): -12419621 or 14384450. OLE color: 14384450.

HSL color Cylindrical-coordinate representation of color #427DDB: hue angle of 216.86º degrees, saturation: 0.68, 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 #427DDB is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 125 219 -
CMYK 0.70 0.43 0 0.14
HSL 216.86º 0.68% 0.56% -
HSV(B) 216.86º 0.7% 0.86% -
XYZ 22.37 20.94 69.88 -
YUV 118.08 184.95 90.86 -
System Red Green Blue C M Y K H S L
Decimal 66 125 219 0.70 0.43 0 0.14 216.86 0.68 0.56
Hex 42 7D DB 46 2B 0 E D9 44 38
Octal 102 175 333 106 53 0 16 331 104 70
Binary 1000010 1111101 11011011 1000110 101011 0 1110 11011001 1000100 111000

Color Harmonies of #427DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DDB

Black with #427DDB

Text Example


Text Example

White with #427DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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