Html Css Color HEX #425ADB Royal Blue

📋 copy color: '#425ADB'

red 66 ◦ green 90 ◦ blue 219

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

Shades of Royal Blue #425ADB

Tints of Royal Blue #425ADB

RGB

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

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

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

R = 17.6%
G = 24%
B = 58.4%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#425ADB (or 0x425ADB) is known color: Royal Blue. HEX triplet: 42, 5A and DB. RGB value is (66,90,219). Sum of RGB (Red+Green+Blue) = 66+90+219=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #425ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ADB is #BDA524. Grayscale: #606060. Windows color (decimal): -12428581 or 14375490. OLE color: 14375490.

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

Color convert

RGB 66 90 219 -
CMYK 0.70 0.59 0 0.14
HSL 230.59º 0.68% 0.56% -
HSV(B) 230.59º 0.7% 0.86% -
XYZ 18.69 13.59 68.65 -
YUV 97.53 196.55 105.51 -
System Red Green Blue C M Y K H S L
Decimal 66 90 219 0.70 0.59 0 0.14 230.59 0.68 0.56
Hex 42 5A DB 46 3B 0 E E7 44 38
Octal 102 132 333 106 73 0 16 347 104 70
Binary 1000010 1011010 11011011 1000110 111011 0 1110 11100111 1000100 111000

Color Harmonies of #425ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425ADB

Black with #425ADB

Text Example


Text Example

White with #425ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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