Html Css Color HEX #305DFA Royal Blue

📋 copy color: '#305DFA'

red 48 ◦ green 93 ◦ blue 250

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

Shades of Royal Blue #305DFA

Tints of Royal Blue #305DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.94%

R = 12.28%
G = 23.79%
B = 63.94%

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

#305DFA (or 0x305DFA) is known color: Royal Blue. HEX triplet: 30, 5D and FA. RGB value is (48,93,250). Sum of RGB (Red+Green+Blue) = 48+93+250=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #305DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305DFA is #CFA205. Grayscale: #606060. Windows color (decimal): -13607430 or 16407856. OLE color: 16407856.

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

Color convert

RGB 48 93 250 -
CMYK 0.81 0.63 0 0.02
HSL 226.63º 0.95% 0.58% -
HSV(B) 226.63º 0.81% 0.98% -
XYZ 22.39 15.36 92.23 -
YUV 97.44 214.09 92.73 -
System Red Green Blue C M Y K H S L
Decimal 48 93 250 0.81 0.63 0 0.02 226.63 0.95 0.58
Hex 30 5D FA 51 3F 0 2 E3 5F 3A
Octal 60 135 372 121 77 0 2 343 137 72
Binary 110000 1011101 11111010 1010001 111111 0 10 11100011 1011111 111010

Color Harmonies of #305DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DFA

Black with #305DFA

Text Example


Text Example

White with #305DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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