Html Css Color HEX #425EDF Royal Blue

📋 copy color: '#425EDF'

red 66 ◦ green 94 ◦ blue 223

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

Shades of Royal Blue #425EDF

Tints of Royal Blue #425EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.54%

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

R = 17.23%
G = 24.54%
B = 58.22%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#425EDF (or 0x425EDF) is known color: Royal Blue. HEX triplet: 42, 5E and DF. RGB value is (66,94,223). Sum of RGB (Red+Green+Blue) = 66+94+223=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #425EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425EDF is #BDA120. Grayscale: #636363. Windows color (decimal): -12427553 or 14638658. OLE color: 14638658.

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

Color convert

RGB 66 94 223 -
CMYK 0.70 0.58 0 0.13
HSL 229.3º 0.71% 0.57% -
HSV(B) 229.3º 0.7% 0.87% -
XYZ 19.57 14.49 71.58 -
YUV 100.33 197.22 103.51 -
System Red Green Blue C M Y K H S L
Decimal 66 94 223 0.70 0.58 0 0.13 229.3 0.71 0.57
Hex 42 5E DF 46 3A 0 D E5 47 39
Octal 102 136 337 106 72 0 15 345 107 71
Binary 1000010 1011110 11011111 1000110 111010 0 1101 11100101 1000111 111001

Color Harmonies of #425EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425EDF

Black with #425EDF

Text Example


Text Example

White with #425EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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