Html Css Color HEX #305BED Royal Blue

📋 copy color: '#305BED'

red 48 ◦ green 91 ◦ blue 237

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

Shades of Royal Blue #305BED

Tints of Royal Blue #305BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.2%

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

R = 12.77%
G = 24.2%
B = 63.03%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#305BED (or 0x305BED) is known color: Royal Blue. HEX triplet: 30, 5B and ED. RGB value is (48,91,237). Sum of RGB (Red+Green+Blue) = 48+91+237=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #305BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BED is #CFA412. Grayscale: #5E5E5E. Windows color (decimal): -13607955 or 15555376. OLE color: 15555376.

HSL color Cylindrical-coordinate representation of color #305BED: hue angle of 226.35º 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 #305BED is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 91 237 -
CMYK 0.80 0.62 0 0.07
HSL 226.35º 0.84% 0.56% -
HSV(B) 226.35º 0.8% 0.93% -
XYZ 20.25 14.22 81.8 -
YUV 94.79 208.25 94.63 -
System Red Green Blue C M Y K H S L
Decimal 48 91 237 0.80 0.62 0 0.07 226.35 0.84 0.56
Hex 30 5B ED 50 3E 0 7 E2 54 38
Octal 60 133 355 120 76 0 7 342 124 70
Binary 110000 1011011 11101101 1010000 111110 0 111 11100010 1010100 111000

Color Harmonies of #305BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BED

Black with #305BED

Text Example


Text Example

White with #305BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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