Html Css Color HEX #425BDF Royal Blue

📋 copy color: '#425BDF'

red 66 ◦ green 91 ◦ blue 223

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

Shades of Royal Blue #425BDF

Tints of Royal Blue #425BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 17.37%
G = 23.95%
B = 58.68%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#425BDF (or 0x425BDF) is known color: Royal Blue. HEX triplet: 42, 5B and DF. RGB value is (66,91,223). Sum of RGB (Red+Green+Blue) = 66+91+223=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #425BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BDF is #BDA420. Grayscale: #626262. Windows color (decimal): -12428321 or 14637890. OLE color: 14637890.

HSL color Cylindrical-coordinate representation of color #425BDF: hue angle of 230.45º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #425BDF is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 91 223 -
CMYK 0.70 0.59 0 0.13
HSL 230.45º 0.71% 0.57% -
HSV(B) 230.45º 0.7% 0.87% -
XYZ 19.31 13.97 71.49 -
YUV 98.57 198.22 104.77 -
System Red Green Blue C M Y K H S L
Decimal 66 91 223 0.70 0.59 0 0.13 230.45 0.71 0.57
Hex 42 5B DF 46 3B 0 D E6 47 39
Octal 102 133 337 106 73 0 15 346 107 71
Binary 1000010 1011011 11011111 1000110 111011 0 1101 11100110 1000111 111001

Color Harmonies of #425BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425BDF

Black with #425BDF

Text Example


Text Example

White with #425BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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