Html Css Color HEX #305CDC Royal Blue

📋 copy color: '#305CDC'

red 48 ◦ green 92 ◦ blue 220

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

Shades of Royal Blue #305CDC

Tints of Royal Blue #305CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.11%

R = 13.33%
G = 25.56%
B = 61.11%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#305CDC (or 0x305CDC) is known color: Royal Blue. HEX triplet: 30, 5C and DC. RGB value is (48,92,220). Sum of RGB (Red+Green+Blue) = 48+92+220=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #305CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CDC is #CFA323. Grayscale: #5C5C5C. Windows color (decimal): -13607716 or 14441520. OLE color: 14441520.

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

Color convert

RGB 48 92 220 -
CMYK 0.78 0.58 0 0.14
HSL 224.65º 0.71% 0.53% -
HSV(B) 224.65º 0.78% 0.86% -
XYZ 17.96 13.45 69.36 -
YUV 93.44 199.42 95.59 -
System Red Green Blue C M Y K H S L
Decimal 48 92 220 0.78 0.58 0 0.14 224.65 0.71 0.53
Hex 30 5C DC 4E 3A 0 E E1 47 35
Octal 60 134 334 116 72 0 16 341 107 65
Binary 110000 1011100 11011100 1001110 111010 0 1110 11100001 1000111 110101

Color Harmonies of #305CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CDC

Black with #305CDC

Text Example


Text Example

White with #305CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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