Html Css Color HEX #375FED Royal Blue

📋 copy color: '#375FED'

red 55 ◦ green 95 ◦ blue 237

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

Shades of Royal Blue #375FED

Tints of Royal Blue #375FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.24%

R = 14.21%
G = 24.55%
B = 61.24%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#375FED (or 0x375FED) is known color: Royal Blue. HEX triplet: 37, 5F and ED. RGB value is (55,95,237). Sum of RGB (Red+Green+Blue) = 55+95+237=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #375FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375FED is #C8A012. Grayscale: #626262. Windows color (decimal): -13148179 or 15556407. OLE color: 15556407.

HSL color Cylindrical-coordinate representation of color #375FED: hue angle of 226.81º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375FED is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 95 237 -
CMYK 0.77 0.60 0 0.07
HSL 226.81º 0.83% 0.57% -
HSV(B) 226.81º 0.77% 0.93% -
XYZ 20.95 15.11 81.93 -
YUV 99.23 205.75 96.45 -
System Red Green Blue C M Y K H S L
Decimal 55 95 237 0.77 0.60 0 0.07 226.81 0.83 0.57
Hex 37 5F ED 4D 3C 0 7 E3 53 39
Octal 67 137 355 115 74 0 7 343 123 71
Binary 110111 1011111 11101101 1001101 111100 0 111 11100011 1010011 111001

Color Harmonies of #375FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FED

Black with #375FED

Text Example


Text Example

White with #375FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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