Html Css Color HEX #375FFA Royal Blue

📋 copy color: '#375FFA'

red 55 ◦ green 95 ◦ blue 250

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

Shades of Royal Blue #375FFA

Tints of Royal Blue #375FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.5%

R = 13.75%
G = 23.75%
B = 62.5%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#375FFA (or 0x375FFA) is known color: Royal Blue. HEX triplet: 37, 5F and FA. RGB value is (55,95,250). Sum of RGB (Red+Green+Blue) = 55+95+250=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #375FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375FFA is #C8A005. Grayscale: #646464. Windows color (decimal): -13148166 or 16408375. OLE color: 16408375.

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

Color convert

RGB 55 95 250 -
CMYK 0.78 0.62 0 0.02
HSL 227.69º 0.95% 0.6% -
HSV(B) 227.69º 0.78% 0.98% -
XYZ 22.92 15.9 92.3 -
YUV 100.71 212.25 95.4 -
System Red Green Blue C M Y K H S L
Decimal 55 95 250 0.78 0.62 0 0.02 227.69 0.95 0.6
Hex 37 5F FA 4E 3E 0 2 E4 5F 3C
Octal 67 137 372 116 76 0 2 344 137 74
Binary 110111 1011111 11111010 1001110 111110 0 10 11100100 1011111 111100

Color Harmonies of #375FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FFA

Black with #375FFA

Text Example


Text Example

White with #375FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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