Html Css Color HEX #305BF3 Royal Blue

📋 copy color: '#305BF3'

red 48 ◦ green 91 ◦ blue 243

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

Shades of Royal Blue #305BF3

Tints of Royal Blue #305BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.61%

R = 12.57%
G = 23.82%
B = 63.61%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#305BF3 (or 0x305BF3) is known color: Royal Blue. HEX triplet: 30, 5B and F3. RGB value is (48,91,243). Sum of RGB (Red+Green+Blue) = 48+91+243=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 243 (95.31% from 255 or 63.61% from 382); Max value from RGB is 243 - color contains mainly: blue. Hex color #305BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BF3 is #CFA40C. Grayscale: #5E5E5E. Windows color (decimal): -13607949 or 15948592. OLE color: 15948592.

HSL color Cylindrical-coordinate representation of color #305BF3: hue angle of 226.77º degrees, saturation: 0.89, 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 #305BF3 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 91 243 -
CMYK 0.80 0.63 0 0.05
HSL 226.77º 0.89% 0.57% -
HSV(B) 226.77º 0.8% 0.95% -
XYZ 21.14 14.58 86.49 -
YUV 95.47 211.25 94.14 -
System Red Green Blue C M Y K H S L
Decimal 48 91 243 0.80 0.63 0 0.05 226.77 0.89 0.57
Hex 30 5B F3 50 3F 0 5 E3 59 39
Octal 60 133 363 120 77 0 5 343 131 71
Binary 110000 1011011 11110011 1010000 111111 0 101 11100011 1011001 111001

Color Harmonies of #305BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BF3

Black with #305BF3

Text Example


Text Example

White with #305BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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