Html Css Color HEX #425DDB Royal Blue

📋 copy color: '#425DDB'

red 66 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #425DDB

Tints of Royal Blue #425DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

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

R = 17.46%
G = 24.6%
B = 57.94%

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

#425DDB (or 0x425DDB) is known color: Royal Blue. HEX triplet: 42, 5D and DB. RGB value is (66,93,219). Sum of RGB (Red+Green+Blue) = 66+93+219=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #425DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DDB is #BDA224. Grayscale: #626262. Windows color (decimal): -12427813 or 14376258. OLE color: 14376258.

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

Color convert

RGB 66 93 219 -
CMYK 0.70 0.58 0 0.14
HSL 229.41º 0.68% 0.56% -
HSV(B) 229.41º 0.7% 0.86% -
XYZ 18.95 14.1 68.74 -
YUV 99.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 66 93 219 0.70 0.58 0 0.14 229.41 0.68 0.56
Hex 42 5D DB 46 3A 0 E E5 44 38
Octal 102 135 333 106 72 0 16 345 104 70
Binary 1000010 1011101 11011011 1000110 111010 0 1110 11100101 1000100 111000

Color Harmonies of #425DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425DDB

Black with #425DDB

Text Example


Text Example

White with #425DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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