Html Css Color HEX #305ADB Royal Blue

📋 copy color: '#305ADB'

red 48 ◦ green 90 ◦ blue 219

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

Shades of Royal Blue #305ADB

Tints of Royal Blue #305ADB

RGB

 RED value IS 48 (19.14% from 255) = 13.45%

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

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

R = 13.45%
G = 25.21%
B = 61.34%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#305ADB (or 0x305ADB) is known color: Royal Blue. HEX triplet: 30, 5A and DB. RGB value is (48,90,219). Sum of RGB (Red+Green+Blue) = 48+90+219=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #305ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ADB is #CFA524. Grayscale: #5B5B5B. Windows color (decimal): -13608229 or 14375472. OLE color: 14375472.

HSL color Cylindrical-coordinate representation of color #305ADB: hue angle of 225.26º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305ADB is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 90 219 -
CMYK 0.78 0.59 0 0.14
HSL 225.26º 0.7% 0.52% -
HSV(B) 225.26º 0.78% 0.86% -
XYZ 17.66 13.06 68.61 -
YUV 92.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 48 90 219 0.78 0.59 0 0.14 225.26 0.7 0.52
Hex 30 5A DB 4E 3B 0 E E1 46 34
Octal 60 132 333 116 73 0 16 341 106 64
Binary 110000 1011010 11011011 1001110 111011 0 1110 11100001 1000110 110100

Color Harmonies of #305ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ADB

Black with #305ADB

Text Example


Text Example

White with #305ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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