Html Css Color HEX #367CF8 Royal Blue

📋 copy color: '#367CF8'

red 54 ◦ green 124 ◦ blue 248

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

Shades of Royal Blue #367CF8

Tints of Royal Blue #367CF8

RGB

 RED value IS 54 (21.48% from 255) = 12.68%

 GREEN value IS 124 (48.83% from 255) = 29.11%

 BLUE value IS 248 (97.27% from 255) = 58.22%

R = 12.68%
G = 29.11%
B = 58.22%

CMYK

 C value IS 0.78

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#367CF8 (or 0x367CF8) is known color: Royal Blue. HEX triplet: 36, 7C and F8. RGB value is (54,124,248). Sum of RGB (Red+Green+Blue) = 54+124+248=426 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.68% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 248 (97.27% from 255 or 58.22% from 426); Max value from RGB is 248 - color contains mainly: blue. Hex color #367CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367CF8 is #C98307. Grayscale: #747474. Windows color (decimal): -13206280 or 16284726. OLE color: 16284726.

HSL color Cylindrical-coordinate representation of color #367CF8: hue angle of 218.35º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #367CF8 is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 54 124 248 -
CMYK 0.78 0.5 0 0.03
HSL 218.35º 0.93% 0.59% -
HSV(B) 218.35º 0.78% 0.97% -
XYZ 25.67 21.98 91.7 -
YUV 117.21 201.81 82.92 -
System Red Green Blue C M Y K H S L
Decimal 54 124 248 0.78 0.5 0 0.03 218.35 0.93 0.59
Hex 36 7C F8 4E 32 0 3 DA 5D 3B
Octal 66 174 370 116 62 0 3 332 135 73
Binary 110110 1111100 11111000 1001110 110010 0 11 11011010 1011101 111011

Color Harmonies of #367CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367CF8

Black with #367CF8

Text Example


Text Example

White with #367CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367CF8; }

 p { color: rgb(54,124,248); }

 H1.HeaderClassName
 {
   color: #367CF8;
 }
 .AnyTagClassName
 {
   color: #367CF8;
 }
</style>

background-color css

<style>
 a { background-color: #367CF8; }

 a { background-color: rgb(54,124,248); }

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

border-color css

<style>
 span { border-color: #367CF8; }

 span { border-color: rgb(54,124,248); }

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