Html Css Color HEX #304FE4 Royal Blue

📋 copy color: '#304FE4'

red 48 ◦ green 79 ◦ blue 228

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

Shades of Royal Blue #304FE4

Tints of Royal Blue #304FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 64.23%

R = 13.52%
G = 22.25%
B = 64.23%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#304FE4 (or 0x304FE4) is known color: Royal Blue. HEX triplet: 30, 4F and E4. RGB value is (48,79,228). Sum of RGB (Red+Green+Blue) = 48+79+228=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 228 (89.45% from 255 or 64.23% from 355); Max value from RGB is 228 - color contains mainly: blue. Hex color #304FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FE4 is #CFB01B. Grayscale: #565656. Windows color (decimal): -13611036 or 14962480. OLE color: 14962480.

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

Color convert

RGB 48 79 228 -
CMYK 0.79 0.65 0 0.11
HSL 229.67º 0.77% 0.54% -
HSV(B) 229.67º 0.79% 0.89% -
XYZ 18.02 11.82 74.73 -
YUV 86.72 207.73 100.38 -
System Red Green Blue C M Y K H S L
Decimal 48 79 228 0.79 0.65 0 0.11 229.67 0.77 0.54
Hex 30 4F E4 4F 41 0 B E6 4D 36
Octal 60 117 344 117 101 0 13 346 115 66
Binary 110000 1001111 11100100 1001111 1000001 0 1011 11100110 1001101 110110

Color Harmonies of #304FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FE4

Black with #304FE4

Text Example


Text Example

White with #304FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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