Html Css Color HEX #305EDC Royal Blue

📋 copy color: '#305EDC'

red 48 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #305EDC

Tints of Royal Blue #305EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.97%

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

R = 13.26%
G = 25.97%
B = 60.77%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#305EDC (or 0x305EDC) is known color: Royal Blue. HEX triplet: 30, 5E and DC. RGB value is (48,94,220). Sum of RGB (Red+Green+Blue) = 48+94+220=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #305EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EDC is #CFA123. Grayscale: #5E5E5E. Windows color (decimal): -13607204 or 14442032. OLE color: 14442032.

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

Color convert

RGB 48 94 220 -
CMYK 0.78 0.57 0 0.14
HSL 223.95º 0.71% 0.53% -
HSV(B) 223.95º 0.78% 0.86% -
XYZ 18.14 13.8 69.42 -
YUV 94.61 198.76 94.75 -
System Red Green Blue C M Y K H S L
Decimal 48 94 220 0.78 0.57 0 0.14 223.95 0.71 0.53
Hex 30 5E DC 4E 39 0 E E0 47 35
Octal 60 136 334 116 71 0 16 340 107 65
Binary 110000 1011110 11011100 1001110 111001 0 1110 11100000 1000111 110101

Color Harmonies of #305EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305EDC

Black with #305EDC

Text Example


Text Example

White with #305EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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