Html Css Color HEX #425ADC Royal Blue

📋 copy color: '#425ADC'

red 66 ◦ green 90 ◦ blue 220

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

Shades of Royal Blue #425ADC

Tints of Royal Blue #425ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 17.55%
G = 23.94%
B = 58.51%

CMYK

 C value IS 0.7

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#425ADC (or 0x425ADC) is known color: Royal Blue. HEX triplet: 42, 5A and DC. RGB value is (66,90,220). Sum of RGB (Red+Green+Blue) = 66+90+220=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #425ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ADC is #BDA523. Grayscale: #616161. Windows color (decimal): -12428580 or 14441026. OLE color: 14441026.

HSL color Cylindrical-coordinate representation of color #425ADC: hue angle of 230.65º degrees, saturation: 0.69, 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 #425ADC is Cyan = 0.7, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 90 220 -
CMYK 0.7 0.59 0 0.14
HSL 230.65º 0.69% 0.56% -
HSV(B) 230.65º 0.7% 0.86% -
XYZ 18.82 13.64 69.35 -
YUV 97.64 197.05 105.43 -
System Red Green Blue C M Y K H S L
Decimal 66 90 220 0.7 0.59 0 0.14 230.65 0.69 0.56
Hex 42 5A DC 46 3B 0 E E7 45 38
Octal 102 132 334 106 73 0 16 347 105 70
Binary 1000010 1011010 11011100 1000110 111011 0 1110 11100111 1000101 111000

Color Harmonies of #425ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425ADC

Black with #425ADC

Text Example


Text Example

White with #425ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,90,220); }

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

background-color css

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

 a { background-color: rgb(66,90,220); }

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

border-color css

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

 span { border-color: rgb(66,90,220); }

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