Html Css Color HEX #375EFD Royal Blue

📋 copy color: '#375EFD'

red 55 ◦ green 94 ◦ blue 253

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

Shades of Royal Blue #375EFD

Tints of Royal Blue #375EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

 BLUE value IS 253 (99.22% from 255) = 62.94%

R = 13.68%
G = 23.38%
B = 62.94%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#375EFD (or 0x375EFD) is known color: Royal Blue. HEX triplet: 37, 5E and FD. RGB value is (55,94,253). Sum of RGB (Red+Green+Blue) = 55+94+253=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #375EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375EFD is #C8A102. Grayscale: #636363. Windows color (decimal): -13148419 or 16604727. OLE color: 16604727.

HSL color Cylindrical-coordinate representation of color #375EFD: hue angle of 228.18º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375EFD is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 94 253 -
CMYK 0.78 0.63 0 0.01
HSL 228.18º 0.98% 0.6% -
HSV(B) 228.18º 0.78% 0.99% -
XYZ 23.31 15.91 94.77 -
YUV 100.47 214.08 95.57 -
System Red Green Blue C M Y K H S L
Decimal 55 94 253 0.78 0.63 0 0.01 228.18 0.98 0.6
Hex 37 5E FD 4E 3F 0 1 E4 62 3C
Octal 67 136 375 116 77 0 1 344 142 74
Binary 110111 1011110 11111101 1001110 111111 0 1 11100100 1100010 111100

Color Harmonies of #375EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EFD

Black with #375EFD

Text Example


Text Example

White with #375EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,94,253); }

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

background-color css

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

 a { background-color: rgb(55,94,253); }

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

border-color css

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

 span { border-color: rgb(55,94,253); }

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