Html Css Color HEX #3498D8 Summer Sky

📋 copy color: '#3498D8'

red 52 ◦ green 152 ◦ blue 216

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

Shades of Summer Sky #3498D8

Tints of Summer Sky #3498D8

RGB

 RED value IS 52 (20.7% from 255) = 12.38%

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 216 (84.77% from 255) = 51.43%

R = 12.38%
G = 36.19%
B = 51.43%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3498D8 (or 0x3498D8) is known color: Summer Sky. HEX triplet: 34, 98 and D8. RGB value is (52,152,216). Sum of RGB (Red+Green+Blue) = 52+152+216=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #3498D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3498D8 is #CB6727. Grayscale: #818181. Windows color (decimal): -13330216 or 14194740. OLE color: 14194740.

HSL color Cylindrical-coordinate representation of color #3498D8: hue angle of 203.41º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3498D8 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 152 216 -
CMYK 0.76 0.30 0 0.15
HSL 203.41º 0.68% 0.53% -
HSV(B) 203.41º 0.76% 0.85% -
XYZ 25.04 28.14 69.08 -
YUV 129.4 176.87 72.8 -
System Red Green Blue C M Y K H S L
Decimal 52 152 216 0.76 0.30 0 0.15 203.41 0.68 0.53
Hex 34 98 D8 4C 1E 0 F CB 44 35
Octal 64 230 330 114 36 0 17 313 104 65
Binary 110100 10011000 11011000 1001100 11110 0 1111 11001011 1000100 110101

Color Harmonies of #3498D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3498D8

Black with #3498D8

Text Example


Text Example

White with #3498D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3498D8; }

 p { color: rgb(52,152,216); }

 H1.HeaderClassName
 {
   color: #3498D8;
 }
 .AnyTagClassName
 {
   color: #3498D8;
 }
</style>

background-color css

<style>
 a { background-color: #3498D8; }

 a { background-color: rgb(52,152,216); }

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

border-color css

<style>
 span { border-color: #3498D8; }

 span { border-color: rgb(52,152,216); }

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