Html Css Color HEX #305DED Royal Blue

📋 copy color: '#305DED'

red 48 ◦ green 93 ◦ blue 237

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

Shades of Royal Blue #305DED

Tints of Royal Blue #305DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

 BLUE value IS 237 (92.97% from 255) = 62.7%

R = 12.7%
G = 24.6%
B = 62.7%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#305DED (or 0x305DED) is known color: Royal Blue. HEX triplet: 30, 5D and ED. RGB value is (48,93,237). Sum of RGB (Red+Green+Blue) = 48+93+237=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #305DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305DED is #CFA212. Grayscale: #5F5F5F. Windows color (decimal): -13607443 or 15555888. OLE color: 15555888.

HSL color Cylindrical-coordinate representation of color #305DED: hue angle of 225.71º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305DED is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 93 237 -
CMYK 0.80 0.61 0 0.07
HSL 225.71º 0.84% 0.56% -
HSV(B) 225.71º 0.8% 0.93% -
XYZ 20.42 14.57 81.86 -
YUV 95.96 207.59 93.79 -
System Red Green Blue C M Y K H S L
Decimal 48 93 237 0.80 0.61 0 0.07 225.71 0.84 0.56
Hex 30 5D ED 50 3D 0 7 E2 54 38
Octal 60 135 355 120 75 0 7 342 124 70
Binary 110000 1011101 11101101 1010000 111101 0 111 11100010 1010100 111000

Color Harmonies of #305DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DED

Black with #305DED

Text Example


Text Example

White with #305DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,93,237); }

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

background-color css

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

 a { background-color: rgb(48,93,237); }

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

border-color css

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

 span { border-color: rgb(48,93,237); }

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