Html Css Color HEX #305BF2 Royal Blue

📋 copy color: '#305BF2'

red 48 ◦ green 91 ◦ blue 242

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

Shades of Royal Blue #305BF2

Tints of Royal Blue #305BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.52%

R = 12.6%
G = 23.88%
B = 63.52%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#305BF2 (or 0x305BF2) is known color: Royal Blue. HEX triplet: 30, 5B and F2. RGB value is (48,91,242). Sum of RGB (Red+Green+Blue) = 48+91+242=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 242 (94.92% from 255 or 63.52% from 381); Max value from RGB is 242 - color contains mainly: blue. Hex color #305BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BF2 is #CFA40D. Grayscale: #5E5E5E. Windows color (decimal): -13607950 or 15883056. OLE color: 15883056.

HSL color Cylindrical-coordinate representation of color #305BF2: hue angle of 226.7º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305BF2 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 91 242 -
CMYK 0.80 0.62 0 0.05
HSL 226.7º 0.88% 0.57% -
HSV(B) 226.7º 0.8% 0.95% -
XYZ 20.99 14.52 85.7 -
YUV 95.36 210.75 94.22 -
System Red Green Blue C M Y K H S L
Decimal 48 91 242 0.80 0.62 0 0.05 226.7 0.88 0.57
Hex 30 5B F2 50 3E 0 5 E3 58 39
Octal 60 133 362 120 76 0 5 343 130 71
Binary 110000 1011011 11110010 1010000 111110 0 101 11100011 1011000 111001

Color Harmonies of #305BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BF2

Black with #305BF2

Text Example


Text Example

White with #305BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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