Html Css Color HEX #305BF0 Royal Blue

📋 copy color: '#305BF0'

red 48 ◦ green 91 ◦ blue 240

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

Shades of Royal Blue #305BF0

Tints of Royal Blue #305BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 63.32%

R = 12.66%
G = 24.01%
B = 63.32%

CMYK

 C value IS 0.8

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#305BF0 (or 0x305BF0) is known color: Royal Blue. HEX triplet: 30, 5B and F0. RGB value is (48,91,240). Sum of RGB (Red+Green+Blue) = 48+91+240=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 240 (94.14% from 255 or 63.32% from 379); Max value from RGB is 240 - color contains mainly: blue. Hex color #305BF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BF0 is #CFA40F. Grayscale: #5E5E5E. Windows color (decimal): -13607952 or 15751984. OLE color: 15751984.

HSL color Cylindrical-coordinate representation of color #305BF0: hue angle of 226.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305BF0 is Cyan = 0.8, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 91 240 -
CMYK 0.8 0.62 0 0.06
HSL 226.56º 0.86% 0.56% -
HSV(B) 226.56º 0.8% 0.94% -
XYZ 20.69 14.4 84.13 -
YUV 95.13 209.75 94.38 -
System Red Green Blue C M Y K H S L
Decimal 48 91 240 0.8 0.62 0 0.06 226.56 0.86 0.56
Hex 30 5B F0 50 3E 0 6 E3 56 38
Octal 60 133 360 120 76 0 6 343 126 70
Binary 110000 1011011 11110000 1010000 111110 0 110 11100011 1010110 111000

Color Harmonies of #305BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BF0

Black with #305BF0

Text Example


Text Example

White with #305BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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