Html Css Color HEX #375FDD Royal Blue

📋 copy color: '#375FDD'

red 55 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #375FDD

Tints of Royal Blue #375FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.57%

R = 14.82%
G = 25.61%
B = 59.57%

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

#375FDD (or 0x375FDD) is known color: Royal Blue. HEX triplet: 37, 5F and DD. RGB value is (55,95,221). Sum of RGB (Red+Green+Blue) = 55+95+221=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #375FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FDD is #C8A022. Grayscale: #606060. Windows color (decimal): -13148195 or 14507831. OLE color: 14507831.

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

Color convert

RGB 55 95 221 -
CMYK 0.75 0.57 0 0.13
HSL 225.54º 0.71% 0.54% -
HSV(B) 225.54º 0.75% 0.87% -
XYZ 18.72 14.22 70.16 -
YUV 97.4 197.75 97.75 -
System Red Green Blue C M Y K H S L
Decimal 55 95 221 0.75 0.57 0 0.13 225.54 0.71 0.54
Hex 37 5F DD 4B 39 0 D E2 47 36
Octal 67 137 335 113 71 0 15 342 107 66
Binary 110111 1011111 11011101 1001011 111001 0 1101 11100010 1000111 110110

Color Harmonies of #375FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FDD

Black with #375FDD

Text Example


Text Example

White with #375FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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