Html Css Color HEX #305DDD Royal Blue

📋 copy color: '#305DDD'

red 48 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #305DDD

Tints of Royal Blue #305DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.69%

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

R = 13.26%
G = 25.69%
B = 61.05%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#305DDD (or 0x305DDD) is known color: Royal Blue. HEX triplet: 30, 5D and DD. RGB value is (48,93,221). Sum of RGB (Red+Green+Blue) = 48+93+221=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #305DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DDD is #CFA222. Grayscale: #5D5D5D. Windows color (decimal): -13607459 or 14507312. OLE color: 14507312.

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

Color convert

RGB 48 93 221 -
CMYK 0.78 0.58 0 0.13
HSL 224.39º 0.72% 0.53% -
HSV(B) 224.39º 0.78% 0.87% -
XYZ 18.18 13.68 70.09 -
YUV 94.14 199.59 95.09 -
System Red Green Blue C M Y K H S L
Decimal 48 93 221 0.78 0.58 0 0.13 224.39 0.72 0.53
Hex 30 5D DD 4E 3A 0 D E0 48 35
Octal 60 135 335 116 72 0 15 340 110 65
Binary 110000 1011101 11011101 1001110 111010 0 1101 11100000 1001000 110101

Color Harmonies of #305DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DDD

Black with #305DDD

Text Example


Text Example

White with #305DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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