Html Css Color HEX #425BDB Royal Blue

📋 copy color: '#425BDB'

red 66 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #425BDB

Tints of Royal Blue #425BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.2%

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

R = 17.55%
G = 24.2%
B = 58.24%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#425BDB (or 0x425BDB) is known color: Royal Blue. HEX triplet: 42, 5B and DB. RGB value is (66,91,219). Sum of RGB (Red+Green+Blue) = 66+91+219=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #425BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BDB is #BDA424. Grayscale: #616161. Windows color (decimal): -12428325 or 14375746. OLE color: 14375746.

HSL color Cylindrical-coordinate representation of color #425BDB: hue angle of 230.2º 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 #425BDB is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 91 219 -
CMYK 0.70 0.58 0 0.14
HSL 230.2º 0.68% 0.56% -
HSV(B) 230.2º 0.7% 0.86% -
XYZ 18.77 13.75 68.68 -
YUV 98.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 66 91 219 0.70 0.58 0 0.14 230.2 0.68 0.56
Hex 42 5B DB 46 3A 0 E E6 44 38
Octal 102 133 333 106 72 0 16 346 104 70
Binary 1000010 1011011 11011011 1000110 111010 0 1110 11100110 1000100 111000

Color Harmonies of #425BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425BDB

Black with #425BDB

Text Example


Text Example

White with #425BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425BDB; }

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

 H1.HeaderClassName
 {
   color: #425BDB;
 }
 .AnyTagClassName
 {
   color: #425BDB;
 }
</style>

background-color css

<style>
 a { background-color: #425BDB; }

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

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

border-color css

<style>
 span { border-color: #425BDB; }

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

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