Html Css Color HEX #3498DB Summer Sky

📋 copy color: '#3498DB'

red 52 ◦ green 152 ◦ blue 219

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

Shades of Summer Sky #3498DB

Tints of Summer Sky #3498DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 12.29%
G = 35.93%
B = 51.77%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3498DB (or 0x3498DB) is known color: Summer Sky. HEX triplet: 34, 98 and DB. RGB value is (52,152,219). Sum of RGB (Red+Green+Blue) = 52+152+219=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #3498DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3498DB is #CB6724. Grayscale: #818181. Windows color (decimal): -13330213 or 14391348. OLE color: 14391348.

HSL color Cylindrical-coordinate representation of color #3498DB: hue angle of 204.07º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3498DB is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 152 219 -
CMYK 0.76 0.31 0 0.14
HSL 204.07º 0.7% 0.53% -
HSV(B) 204.07º 0.76% 0.86% -
XYZ 25.43 28.3 71.14 -
YUV 129.74 178.37 72.55 -
System Red Green Blue C M Y K H S L
Decimal 52 152 219 0.76 0.31 0 0.14 204.07 0.7 0.53
Hex 34 98 DB 4C 1F 0 E CC 46 35
Octal 64 230 333 114 37 0 16 314 106 65
Binary 110100 10011000 11011011 1001100 11111 0 1110 11001100 1000110 110101

Color Harmonies of #3498DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3498DB

Black with #3498DB

Text Example


Text Example

White with #3498DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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