Html Css Color HEX #305EE0 Royal Blue

📋 copy color: '#305EE0'

red 48 ◦ green 94 ◦ blue 224

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

Shades of Royal Blue #305EE0

Tints of Royal Blue #305EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.2%

R = 13.11%
G = 25.68%
B = 61.2%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#305EE0 (or 0x305EE0) is known color: Royal Blue. HEX triplet: 30, 5E and E0. RGB value is (48,94,224). Sum of RGB (Red+Green+Blue) = 48+94+224=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #305EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EE0 is #CFA11F. Grayscale: #5E5E5E. Windows color (decimal): -13607200 or 14704176. OLE color: 14704176.

HSL color Cylindrical-coordinate representation of color #305EE0: hue angle of 224.32º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305EE0 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 94 224 -
CMYK 0.79 0.58 0 0.12
HSL 224.32º 0.74% 0.53% -
HSV(B) 224.32º 0.79% 0.88% -
XYZ 18.68 14.02 72.24 -
YUV 95.07 200.76 94.43 -
System Red Green Blue C M Y K H S L
Decimal 48 94 224 0.79 0.58 0 0.12 224.32 0.74 0.53
Hex 30 5E E0 4F 3A 0 C E0 4A 35
Octal 60 136 340 117 72 0 14 340 112 65
Binary 110000 1011110 11100000 1001111 111010 0 1100 11100000 1001010 110101

Color Harmonies of #305EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305EE0

Black with #305EE0

Text Example


Text Example

White with #305EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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