Html Css Color HEX #305DDF Royal Blue

📋 copy color: '#305DDF'

red 48 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #305DDF

Tints of Royal Blue #305DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 13.19%
G = 25.55%
B = 61.26%

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

#305DDF (or 0x305DDF) is known color: Royal Blue. HEX triplet: 30, 5D and DF. RGB value is (48,93,223). Sum of RGB (Red+Green+Blue) = 48+93+223=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #305DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DDF is #CFA220. Grayscale: #5D5D5D. Windows color (decimal): -13607457 or 14638384. OLE color: 14638384.

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

Color convert

RGB 48 93 223 -
CMYK 0.78 0.58 0 0.13
HSL 224.57º 0.73% 0.53% -
HSV(B) 224.57º 0.78% 0.87% -
XYZ 18.45 13.78 71.5 -
YUV 94.37 200.59 94.93 -
System Red Green Blue C M Y K H S L
Decimal 48 93 223 0.78 0.58 0 0.13 224.57 0.73 0.53
Hex 30 5D DF 4E 3A 0 D E1 49 35
Octal 60 135 337 116 72 0 15 341 111 65
Binary 110000 1011101 11011111 1001110 111010 0 1101 11100001 1001001 110101

Color Harmonies of #305DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DDF

Black with #305DDF

Text Example


Text Example

White with #305DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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