Html Css Color HEX #305FFA Royal Blue

📋 copy color: '#305FFA'

red 48 ◦ green 95 ◦ blue 250

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

Shades of Royal Blue #305FFA

Tints of Royal Blue #305FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

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

R = 12.21%
G = 24.17%
B = 63.61%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#305FFA (or 0x305FFA) is known color: Royal Blue. HEX triplet: 30, 5F and FA. RGB value is (48,95,250). Sum of RGB (Red+Green+Blue) = 48+95+250=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #305FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305FFA is #CFA005. Grayscale: #616161. Windows color (decimal): -13606918 or 16408368. OLE color: 16408368.

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

Color convert

RGB 48 95 250 -
CMYK 0.81 0.62 0 0.02
HSL 226.04º 0.95% 0.58% -
HSV(B) 226.04º 0.81% 0.98% -
XYZ 22.57 15.71 92.29 -
YUV 98.62 213.43 91.9 -
System Red Green Blue C M Y K H S L
Decimal 48 95 250 0.81 0.62 0 0.02 226.04 0.95 0.58
Hex 30 5F FA 51 3E 0 2 E2 5F 3A
Octal 60 137 372 121 76 0 2 342 137 72
Binary 110000 1011111 11111010 1010001 111110 0 10 11100010 1011111 111010

Color Harmonies of #305FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FFA

Black with #305FFA

Text Example


Text Example

White with #305FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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