Html Css Color HEX #305BFB Royal Blue

📋 copy color: '#305BFB'

red 48 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #305BFB

Tints of Royal Blue #305BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.36%

R = 12.31%
G = 23.33%
B = 64.36%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#305BFB (or 0x305BFB) is known color: Royal Blue. HEX triplet: 30, 5B and FB. RGB value is (48,91,251). Sum of RGB (Red+Green+Blue) = 48+91+251=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #305BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BFB is #CFA404. Grayscale: #5F5F5F. Windows color (decimal): -13607941 or 16472880. OLE color: 16472880.

HSL color Cylindrical-coordinate representation of color #305BFB: hue angle of 227.29º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #305BFB is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 91 251 -
CMYK 0.81 0.64 0 0.02
HSL 227.29º 0.96% 0.59% -
HSV(B) 227.29º 0.81% 0.98% -
XYZ 22.37 15.08 93 -
YUV 96.38 215.25 93.49 -
System Red Green Blue C M Y K H S L
Decimal 48 91 251 0.81 0.64 0 0.02 227.29 0.96 0.59
Hex 30 5B FB 51 40 0 2 E3 60 3B
Octal 60 133 373 121 100 0 2 343 140 73
Binary 110000 1011011 11111011 1010001 1000000 0 10 11100011 1100000 111011

Color Harmonies of #305BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BFB

Black with #305BFB

Text Example


Text Example

White with #305BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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