Html Css Color HEX #305CF9 Royal Blue

📋 copy color: '#305CF9'

red 48 ◦ green 92 ◦ blue 249

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

Shades of Royal Blue #305CF9

Tints of Royal Blue #305CF9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.65%

 BLUE value IS 249 (97.66% from 255) = 64.01%

R = 12.34%
G = 23.65%
B = 64.01%

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

#305CF9 (or 0x305CF9) is known color: Royal Blue. HEX triplet: 30, 5C and F9. RGB value is (48,92,249). Sum of RGB (Red+Green+Blue) = 48+92+249=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #305CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305CF9 is #CFA306. Grayscale: #606060. Windows color (decimal): -13607687 or 16342064. OLE color: 16342064.

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

Color convert

RGB 48 92 249 -
CMYK 0.81 0.63 0 0.02
HSL 226.87º 0.94% 0.58% -
HSV(B) 226.87º 0.81% 0.98% -
XYZ 22.14 15.12 91.37 -
YUV 96.74 213.92 93.23 -
System Red Green Blue C M Y K H S L
Decimal 48 92 249 0.81 0.63 0 0.02 226.87 0.94 0.58
Hex 30 5C F9 51 3F 0 2 E3 5E 3A
Octal 60 134 371 121 77 0 2 343 136 72
Binary 110000 1011100 11111001 1010001 111111 0 10 11100011 1011110 111010

Color Harmonies of #305CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CF9

Black with #305CF9

Text Example


Text Example

White with #305CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,92,249); }

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

background-color css

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

 a { background-color: rgb(48,92,249); }

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

border-color css

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

 span { border-color: rgb(48,92,249); }

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