Html Css Color HEX #358FDB Summer Sky

📋 copy color: '#358FDB'

red 53 ◦ green 143 ◦ blue 219

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

Shades of Summer Sky #358FDB

Tints of Summer Sky #358FDB

RGB

 RED value IS 53 (21.09% from 255) = 12.77%

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

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

R = 12.77%
G = 34.46%
B = 52.77%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#358FDB (or 0x358FDB) is known color: Summer Sky. HEX triplet: 35, 8F and DB. RGB value is (53,143,219). Sum of RGB (Red+Green+Blue) = 53+143+219=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #358FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FDB is #CA7024. Grayscale: #7C7C7C. Windows color (decimal): -13266981 or 14389045. OLE color: 14389045.

HSL color Cylindrical-coordinate representation of color #358FDB: hue angle of 207.47º 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 #358FDB is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 143 219 -
CMYK 0.76 0.35 0 0.14
HSL 207.47º 0.7% 0.53% -
HSV(B) 207.47º 0.76% 0.86% -
XYZ 24.08 25.52 70.67 -
YUV 124.75 181.18 76.82 -
System Red Green Blue C M Y K H S L
Decimal 53 143 219 0.76 0.35 0 0.14 207.47 0.7 0.53
Hex 35 8F DB 4C 23 0 E CF 46 35
Octal 65 217 333 114 43 0 16 317 106 65
Binary 110101 10001111 11011011 1001100 100011 0 1110 11001111 1000110 110101

Color Harmonies of #358FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358FDB

Black with #358FDB

Text Example


Text Example

White with #358FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358FDB; }

 p { color: rgb(53,143,219); }

 H1.HeaderClassName
 {
   color: #358FDB;
 }
 .AnyTagClassName
 {
   color: #358FDB;
 }
</style>

background-color css

<style>
 a { background-color: #358FDB; }

 a { background-color: rgb(53,143,219); }

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

border-color css

<style>
 span { border-color: #358FDB; }

 span { border-color: rgb(53,143,219); }

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