Html Css Color HEX #305ADD Royal Blue

📋 copy color: '#305ADD'

red 48 ◦ green 90 ◦ blue 221

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

Shades of Royal Blue #305ADD

Tints of Royal Blue #305ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.56%

R = 13.37%
G = 25.07%
B = 61.56%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#305ADD (or 0x305ADD) is known color: Royal Blue. HEX triplet: 30, 5A and DD. RGB value is (48,90,221). Sum of RGB (Red+Green+Blue) = 48+90+221=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #305ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ADD is #CFA522. Grayscale: #5B5B5B. Windows color (decimal): -13608227 or 14506544. OLE color: 14506544.

HSL color Cylindrical-coordinate representation of color #305ADD: hue angle of 225.43º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305ADD is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 90 221 -
CMYK 0.78 0.59 0 0.13
HSL 225.43º 0.72% 0.53% -
HSV(B) 225.43º 0.78% 0.87% -
XYZ 17.93 13.16 70 -
YUV 92.38 200.59 96.35 -
System Red Green Blue C M Y K H S L
Decimal 48 90 221 0.78 0.59 0 0.13 225.43 0.72 0.53
Hex 30 5A DD 4E 3B 0 D E1 48 35
Octal 60 132 335 116 73 0 15 341 110 65
Binary 110000 1011010 11011101 1001110 111011 0 1101 11100001 1001000 110101

Color Harmonies of #305ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ADD

Black with #305ADD

Text Example


Text Example

White with #305ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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