Html Css Color HEX #378ADF Royal Blue

📋 copy color: '#378ADF'

red 55 ◦ green 138 ◦ blue 223

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

Shades of Royal Blue #378ADF

Tints of Royal Blue #378ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

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

R = 13.22%
G = 33.17%
B = 53.61%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#378ADF (or 0x378ADF) is known color: Royal Blue. HEX triplet: 37, 8A and DF. RGB value is (55,138,223). Sum of RGB (Red+Green+Blue) = 55+138+223=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #378ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ADF is #C87520. Grayscale: #7A7A7A. Windows color (decimal): -13137185 or 14649911. OLE color: 14649911.

HSL color Cylindrical-coordinate representation of color #378ADF: hue angle of 210.36º 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 #378ADF is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 138 223 -
CMYK 0.75 0.38 0 0.13
HSL 210.36º 0.72% 0.55% -
HSV(B) 210.36º 0.75% 0.87% -
XYZ 23.98 24.32 73.24 -
YUV 122.87 184.5 79.59 -
System Red Green Blue C M Y K H S L
Decimal 55 138 223 0.75 0.38 0 0.13 210.36 0.72 0.55
Hex 37 8A DF 4B 26 0 D D2 48 37
Octal 67 212 337 113 46 0 15 322 110 67
Binary 110111 10001010 11011111 1001011 100110 0 1101 11010010 1001000 110111

Color Harmonies of #378ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378ADF

Black with #378ADF

Text Example


Text Example

White with #378ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378ADF; }

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

 H1.HeaderClassName
 {
   color: #378ADF;
 }
 .AnyTagClassName
 {
   color: #378ADF;
 }
</style>

background-color css

<style>
 a { background-color: #378ADF; }

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

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

border-color css

<style>
 span { border-color: #378ADF; }

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

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