Html Css Color HEX #304FEF Royal Blue

📋 copy color: '#304FEF'

red 48 ◦ green 79 ◦ blue 239

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

Shades of Royal Blue #304FEF

Tints of Royal Blue #304FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.3%

R = 13.11%
G = 21.58%
B = 65.3%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#304FEF (or 0x304FEF) is known color: Royal Blue. HEX triplet: 30, 4F and EF. RGB value is (48,79,239). Sum of RGB (Red+Green+Blue) = 48+79+239=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #304FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304FEF is #CFB010. Grayscale: #575757. Windows color (decimal): -13611025 or 15683376. OLE color: 15683376.

HSL color Cylindrical-coordinate representation of color #304FEF: hue angle of 230.26º 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 #304FEF is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 79 239 -
CMYK 0.80 0.67 0 0.06
HSL 230.26º 0.86% 0.56% -
HSV(B) 230.26º 0.8% 0.94% -
XYZ 19.59 12.45 83.03 -
YUV 87.97 213.23 99.49 -
System Red Green Blue C M Y K H S L
Decimal 48 79 239 0.80 0.67 0 0.06 230.26 0.86 0.56
Hex 30 4F EF 50 43 0 6 E6 56 38
Octal 60 117 357 120 103 0 6 346 126 70
Binary 110000 1001111 11101111 1010000 1000011 0 110 11100110 1010110 111000

Color Harmonies of #304FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FEF

Black with #304FEF

Text Example


Text Example

White with #304FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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