Html Css Color HEX #305DFB Royal Blue

📋 copy color: '#305DFB'

red 48 ◦ green 93 ◦ blue 251

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

Shades of Royal Blue #305DFB

Tints of Royal Blue #305DFB

RGB

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

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

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

R = 12.24%
G = 23.72%
B = 64.03%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#305DFB (or 0x305DFB) is known color: Royal Blue. HEX triplet: 30, 5D and FB. RGB value is (48,93,251). Sum of RGB (Red+Green+Blue) = 48+93+251=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #305DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305DFB is #CFA204. Grayscale: #606060. Windows color (decimal): -13607429 or 16473392. OLE color: 16473392.

HSL color Cylindrical-coordinate representation of color #305DFB: hue angle of 226.7º 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 #305DFB is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 93 251 -
CMYK 0.81 0.63 0 0.02
HSL 226.7º 0.96% 0.59% -
HSV(B) 226.7º 0.81% 0.98% -
XYZ 22.55 15.42 93.06 -
YUV 97.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 48 93 251 0.81 0.63 0 0.02 226.7 0.96 0.59
Hex 30 5D FB 51 3F 0 2 E3 60 3B
Octal 60 135 373 121 77 0 2 343 140 73
Binary 110000 1011101 11111011 1010001 111111 0 10 11100011 1100000 111011

Color Harmonies of #305DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DFB

Black with #305DFB

Text Example


Text Example

White with #305DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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