Html Css Color HEX #305ED8 Royal Blue

📋 copy color: '#305ED8'

red 48 ◦ green 94 ◦ blue 216

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

Shades of Royal Blue #305ED8

Tints of Royal Blue #305ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 60.34%

R = 13.41%
G = 26.26%
B = 60.34%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#305ED8 (or 0x305ED8) is known color: Royal Blue. HEX triplet: 30, 5E and D8. RGB value is (48,94,216). Sum of RGB (Red+Green+Blue) = 48+94+216=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 216 (84.77% from 255 or 60.34% from 358); Max value from RGB is 216 - color contains mainly: blue. Hex color #305ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ED8 is #CFA127. Grayscale: #5D5D5D. Windows color (decimal): -13607208 or 14179888. OLE color: 14179888.

HSL color Cylindrical-coordinate representation of color #305ED8: hue angle of 223.57º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305ED8 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 94 216 -
CMYK 0.78 0.56 0 0.15
HSL 223.57º 0.68% 0.52% -
HSV(B) 223.57º 0.78% 0.85% -
XYZ 17.62 13.59 66.66 -
YUV 94.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 48 94 216 0.78 0.56 0 0.15 223.57 0.68 0.52
Hex 30 5E D8 4E 38 0 F E0 44 34
Octal 60 136 330 116 70 0 17 340 104 64
Binary 110000 1011110 11011000 1001110 111000 0 1111 11100000 1000100 110100

Color Harmonies of #305ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ED8

Black with #305ED8

Text Example


Text Example

White with #305ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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