Html Css Color HEX #304FEE Royal Blue

📋 copy color: '#304FEE'

red 48 ◦ green 79 ◦ blue 238

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

Shades of Royal Blue #304FEE

Tints of Royal Blue #304FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.21%

R = 13.15%
G = 21.64%
B = 65.21%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#304FEE (or 0x304FEE) is known color: Royal Blue. HEX triplet: 30, 4F and EE. RGB value is (48,79,238). Sum of RGB (Red+Green+Blue) = 48+79+238=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #304FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304FEE is #CFB011. Grayscale: #575757. Windows color (decimal): -13611026 or 15617840. OLE color: 15617840.

HSL color Cylindrical-coordinate representation of color #304FEE: hue angle of 230.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #304FEE is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 79 238 -
CMYK 0.80 0.67 0 0.07
HSL 230.21º 0.85% 0.56% -
HSV(B) 230.21º 0.8% 0.93% -
XYZ 19.45 12.39 82.26 -
YUV 87.86 212.73 99.57 -
System Red Green Blue C M Y K H S L
Decimal 48 79 238 0.80 0.67 0 0.07 230.21 0.85 0.56
Hex 30 4F EE 50 43 0 7 E6 55 38
Octal 60 117 356 120 103 0 7 346 125 70
Binary 110000 1001111 11101110 1010000 1000011 0 111 11100110 1010101 111000

Color Harmonies of #304FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FEE

Black with #304FEE

Text Example


Text Example

White with #304FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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