Html Css Color HEX #375FDF Royal Blue

📋 copy color: '#375FDF'

red 55 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #375FDF

Tints of Royal Blue #375FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.79%

R = 14.75%
G = 25.47%
B = 59.79%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#375FDF (or 0x375FDF) is known color: Royal Blue. HEX triplet: 37, 5F and DF. RGB value is (55,95,223). Sum of RGB (Red+Green+Blue) = 55+95+223=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #375FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FDF is #C8A020. Grayscale: #616161. Windows color (decimal): -13148193 or 14638903. OLE color: 14638903.

HSL color Cylindrical-coordinate representation of color #375FDF: hue angle of 225.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375FDF is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 95 223 -
CMYK 0.75 0.57 0 0.13
HSL 225.71º 0.72% 0.55% -
HSV(B) 225.71º 0.75% 0.87% -
XYZ 18.99 14.32 71.58 -
YUV 97.63 198.75 97.59 -
System Red Green Blue C M Y K H S L
Decimal 55 95 223 0.75 0.57 0 0.13 225.71 0.72 0.55
Hex 37 5F DF 4B 39 0 D E2 48 37
Octal 67 137 337 113 71 0 15 342 110 67
Binary 110111 1011111 11011111 1001011 111001 0 1101 11100010 1001000 110111

Color Harmonies of #375FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FDF

Black with #375FDF

Text Example


Text Example

White with #375FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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