Html Css Color HEX #375CF8 Royal Blue

📋 copy color: '#375CF8'

red 55 ◦ green 92 ◦ blue 248

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

Shades of Royal Blue #375CF8

Tints of Royal Blue #375CF8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

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

R = 13.92%
G = 23.29%
B = 62.78%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#375CF8 (or 0x375CF8) is known color: Royal Blue. HEX triplet: 37, 5C and F8. RGB value is (55,92,248). Sum of RGB (Red+Green+Blue) = 55+92+248=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 248 (97.27% from 255 or 62.78% from 395); Max value from RGB is 248 - color contains mainly: blue. Hex color #375CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CF8 is #C8A307. Grayscale: #626262. Windows color (decimal): -13148936 or 16276535. OLE color: 16276535.

HSL color Cylindrical-coordinate representation of color #375CF8: hue angle of 228.5º 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 #375CF8 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 55 92 248 -
CMYK 0.78 0.63 0 0.03
HSL 228.5º 0.93% 0.59% -
HSV(B) 228.5º 0.78% 0.97% -
XYZ 22.35 15.24 90.57 -
YUV 98.72 212.24 96.82 -
System Red Green Blue C M Y K H S L
Decimal 55 92 248 0.78 0.63 0 0.03 228.5 0.93 0.59
Hex 37 5C F8 4E 3F 0 3 E4 5D 3B
Octal 67 134 370 116 77 0 3 344 135 73
Binary 110111 1011100 11111000 1001110 111111 0 11 11100100 1011101 111011

Color Harmonies of #375CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CF8

Black with #375CF8

Text Example


Text Example

White with #375CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,92,248); }

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

background-color css

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

 a { background-color: rgb(55,92,248); }

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

border-color css

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

 span { border-color: rgb(55,92,248); }

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