Html Css Color HEX #425CDB Royal Blue

📋 copy color: '#425CDB'

red 66 ◦ green 92 ◦ blue 219

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

Shades of Royal Blue #425CDB

Tints of Royal Blue #425CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.4%

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

R = 17.51%
G = 24.4%
B = 58.09%

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

#425CDB (or 0x425CDB) is known color: Royal Blue. HEX triplet: 42, 5C and DB. RGB value is (66,92,219). Sum of RGB (Red+Green+Blue) = 66+92+219=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #425CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CDB is #BDA324. Grayscale: #626262. Windows color (decimal): -12428069 or 14376002. OLE color: 14376002.

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

Color convert

RGB 66 92 219 -
CMYK 0.70 0.58 0 0.14
HSL 229.8º 0.68% 0.56% -
HSV(B) 229.8º 0.7% 0.86% -
XYZ 18.86 13.93 68.71 -
YUV 98.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 66 92 219 0.70 0.58 0 0.14 229.8 0.68 0.56
Hex 42 5C DB 46 3A 0 E E6 44 38
Octal 102 134 333 106 72 0 16 346 104 70
Binary 1000010 1011100 11011011 1000110 111010 0 1110 11100110 1000100 111000

Color Harmonies of #425CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425CDB

Black with #425CDB

Text Example


Text Example

White with #425CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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