Html Css Color HEX #305BF1 Royal Blue

📋 copy color: '#305BF1'

red 48 ◦ green 91 ◦ blue 241

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

Shades of Royal Blue #305BF1

Tints of Royal Blue #305BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 63.42%

R = 12.63%
G = 23.95%
B = 63.42%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#305BF1 (or 0x305BF1) is known color: Royal Blue. HEX triplet: 30, 5B and F1. RGB value is (48,91,241). Sum of RGB (Red+Green+Blue) = 48+91+241=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 241 (94.53% from 255 or 63.42% from 380); Max value from RGB is 241 - color contains mainly: blue. Hex color #305BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BF1 is #CFA40E. Grayscale: #5E5E5E. Windows color (decimal): -13607951 or 15817520. OLE color: 15817520.

HSL color Cylindrical-coordinate representation of color #305BF1: hue angle of 226.63º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305BF1 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 91 241 -
CMYK 0.80 0.62 0 0.05
HSL 226.63º 0.87% 0.57% -
HSV(B) 226.63º 0.8% 0.95% -
XYZ 20.84 14.46 84.91 -
YUV 95.24 210.25 94.3 -
System Red Green Blue C M Y K H S L
Decimal 48 91 241 0.80 0.62 0 0.05 226.63 0.87 0.57
Hex 30 5B F1 50 3E 0 5 E3 57 39
Octal 60 133 361 120 76 0 5 343 127 71
Binary 110000 1011011 11110001 1010000 111110 0 101 11100011 1010111 111001

Color Harmonies of #305BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BF1

Black with #305BF1

Text Example


Text Example

White with #305BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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