Html Css Color HEX #375FF0 Royal Blue

📋 copy color: '#375FF0'

red 55 ◦ green 95 ◦ blue 240

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

Shades of Royal Blue #375FF0

Tints of Royal Blue #375FF0

RGB

 RED value IS 55 (21.88% from 255) = 14.1%

 GREEN value IS 95 (37.5% from 255) = 24.36%

 BLUE value IS 240 (94.14% from 255) = 61.54%

R = 14.1%
G = 24.36%
B = 61.54%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#375FF0 (or 0x375FF0) is known color: Royal Blue. HEX triplet: 37, 5F and F0. RGB value is (55,95,240). Sum of RGB (Red+Green+Blue) = 55+95+240=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 240 (94.14% from 255 or 61.54% from 390); Max value from RGB is 240 - color contains mainly: blue. Hex color #375FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375FF0 is #C8A00F. Grayscale: #626262. Windows color (decimal): -13148176 or 15753015. OLE color: 15753015.

HSL color Cylindrical-coordinate representation of color #375FF0: hue angle of 227.03º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375FF0 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 95 240 -
CMYK 0.77 0.60 0 0.06
HSL 227.03º 0.86% 0.58% -
HSV(B) 227.03º 0.77% 0.94% -
XYZ 21.4 15.29 84.26 -
YUV 99.57 207.25 96.21 -
System Red Green Blue C M Y K H S L
Decimal 55 95 240 0.77 0.60 0 0.06 227.03 0.86 0.58
Hex 37 5F F0 4D 3C 0 6 E3 56 3A
Octal 67 137 360 115 74 0 6 343 126 72
Binary 110111 1011111 11110000 1001101 111100 0 110 11100011 1010110 111010

Color Harmonies of #375FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FF0

Black with #375FF0

Text Example


Text Example

White with #375FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375FF0; }

 p { color: rgb(55,95,240); }

 H1.HeaderClassName
 {
   color: #375FF0;
 }
 .AnyTagClassName
 {
   color: #375FF0;
 }
</style>

background-color css

<style>
 a { background-color: #375FF0; }

 a { background-color: rgb(55,95,240); }

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

border-color css

<style>
 span { border-color: #375FF0; }

 span { border-color: rgb(55,95,240); }

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