Html Css Color HEX #425FDB Royal Blue

📋 copy color: '#425FDB'

red 66 ◦ green 95 ◦ blue 219

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

Shades of Royal Blue #425FDB

Tints of Royal Blue #425FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25%

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

R = 17.37%
G = 25%
B = 57.63%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#425FDB (or 0x425FDB) is known color: Royal Blue. HEX triplet: 42, 5F and DB. RGB value is (66,95,219). Sum of RGB (Red+Green+Blue) = 66+95+219=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #425FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FDB is #BDA024. Grayscale: #636363. Windows color (decimal): -12427301 or 14376770. OLE color: 14376770.

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

Color convert

RGB 66 95 219 -
CMYK 0.70 0.57 0 0.14
HSL 228.63º 0.68% 0.56% -
HSV(B) 228.63º 0.7% 0.86% -
XYZ 19.13 14.46 68.8 -
YUV 100.47 194.89 103.42 -
System Red Green Blue C M Y K H S L
Decimal 66 95 219 0.70 0.57 0 0.14 228.63 0.68 0.56
Hex 42 5F DB 46 39 0 E E5 44 38
Octal 102 137 333 106 71 0 16 345 104 70
Binary 1000010 1011111 11011011 1000110 111001 0 1110 11100101 1000100 111000

Color Harmonies of #425FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425FDB

Black with #425FDB

Text Example


Text Example

White with #425FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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