Html Css Color HEX #378FDD Summer Sky

📋 copy color: '#378FDD'

red 55 ◦ green 143 ◦ blue 221

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

Shades of Summer Sky #378FDD

Tints of Summer Sky #378FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.13%

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

R = 13.13%
G = 34.13%
B = 52.74%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#378FDD (or 0x378FDD) is known color: Summer Sky. HEX triplet: 37, 8F and DD. RGB value is (55,143,221). Sum of RGB (Red+Green+Blue) = 55+143+221=419 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.13% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #378FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FDD is #C87022. Grayscale: #7D7D7D. Windows color (decimal): -13135907 or 14520119. OLE color: 14520119.

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

Color convert

RGB 55 143 221 -
CMYK 0.75 0.35 0 0.13
HSL 208.19º 0.71% 0.54% -
HSV(B) 208.19º 0.75% 0.87% -
XYZ 24.45 25.68 72.07 -
YUV 125.58 181.85 77.66 -
System Red Green Blue C M Y K H S L
Decimal 55 143 221 0.75 0.35 0 0.13 208.19 0.71 0.54
Hex 37 8F DD 4B 23 0 D D0 47 36
Octal 67 217 335 113 43 0 15 320 107 66
Binary 110111 10001111 11011101 1001011 100011 0 1101 11010000 1000111 110110

Color Harmonies of #378FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FDD

Black with #378FDD

Text Example


Text Example

White with #378FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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