Html Css Color HEX #305CDD Royal Blue

📋 copy color: '#305CDD'

red 48 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #305CDD

Tints of Royal Blue #305CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

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

R = 13.3%
G = 25.48%
B = 61.22%

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

#305CDD (or 0x305CDD) is known color: Royal Blue. HEX triplet: 30, 5C and DD. RGB value is (48,92,221). Sum of RGB (Red+Green+Blue) = 48+92+221=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #305CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CDD is #CFA322. Grayscale: #5C5C5C. Windows color (decimal): -13607715 or 14507056. OLE color: 14507056.

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

Color convert

RGB 48 92 221 -
CMYK 0.78 0.58 0 0.13
HSL 224.74º 0.72% 0.53% -
HSV(B) 224.74º 0.78% 0.87% -
XYZ 18.1 13.5 70.06 -
YUV 93.55 199.92 95.51 -
System Red Green Blue C M Y K H S L
Decimal 48 92 221 0.78 0.58 0 0.13 224.74 0.72 0.53
Hex 30 5C DD 4E 3A 0 D E1 48 35
Octal 60 134 335 116 72 0 15 341 110 65
Binary 110000 1011100 11011101 1001110 111010 0 1101 11100001 1001000 110101

Color Harmonies of #305CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CDD

Black with #305CDD

Text Example


Text Example

White with #305CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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