Html Css Color HEX #304FE1 Royal Blue

📋 copy color: '#304FE1'

red 48 ◦ green 79 ◦ blue 225

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

Shades of Royal Blue #304FE1

Tints of Royal Blue #304FE1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.44%

 BLUE value IS 225 (88.28% from 255) = 63.92%

R = 13.64%
G = 22.44%
B = 63.92%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#304FE1 (or 0x304FE1) is known color: Royal Blue. HEX triplet: 30, 4F and E1. RGB value is (48,79,225). Sum of RGB (Red+Green+Blue) = 48+79+225=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 225 (88.28% from 255 or 63.92% from 352); Max value from RGB is 225 - color contains mainly: blue. Hex color #304FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FE1 is #CFB01E. Grayscale: #555555. Windows color (decimal): -13611039 or 14765872. OLE color: 14765872.

HSL color Cylindrical-coordinate representation of color #304FE1: hue angle of 229.49º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #304FE1 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 79 225 -
CMYK 0.79 0.65 0 0.12
HSL 229.49º 0.75% 0.54% -
HSV(B) 229.49º 0.79% 0.88% -
XYZ 17.61 11.66 72.56 -
YUV 86.38 206.23 100.63 -
System Red Green Blue C M Y K H S L
Decimal 48 79 225 0.79 0.65 0 0.12 229.49 0.75 0.54
Hex 30 4F E1 4F 41 0 C E5 4B 36
Octal 60 117 341 117 101 0 14 345 113 66
Binary 110000 1001111 11100001 1001111 1000001 0 1100 11100101 1001011 110110

Color Harmonies of #304FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FE1

Black with #304FE1

Text Example


Text Example

White with #304FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304FE1; }

 p { color: rgb(48,79,225); }

 H1.HeaderClassName
 {
   color: #304FE1;
 }
 .AnyTagClassName
 {
   color: #304FE1;
 }
</style>

background-color css

<style>
 a { background-color: #304FE1; }

 a { background-color: rgb(48,79,225); }

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

border-color css

<style>
 span { border-color: #304FE1; }

 span { border-color: rgb(48,79,225); }

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