Html Css Color HEX #358EDD Summer Sky

📋 copy color: '#358EDD'

red 53 ◦ green 142 ◦ blue 221

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

Shades of Summer Sky #358EDD

Tints of Summer Sky #358EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.13%

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

R = 12.74%
G = 34.13%
B = 53.13%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#358EDD (or 0x358EDD) is known color: Summer Sky. HEX triplet: 35, 8E and DD. RGB value is (53,142,221). Sum of RGB (Red+Green+Blue) = 53+142+221=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #358EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358EDD is #CA7122. Grayscale: #7B7B7B. Windows color (decimal): -13267235 or 14519861. OLE color: 14519861.

HSL color Cylindrical-coordinate representation of color #358EDD: hue angle of 208.21º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358EDD is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 142 221 -
CMYK 0.76 0.36 0 0.13
HSL 208.21º 0.71% 0.54% -
HSV(B) 208.21º 0.76% 0.87% -
XYZ 24.19 25.32 72.02 -
YUV 124.4 182.51 77.08 -
System Red Green Blue C M Y K H S L
Decimal 53 142 221 0.76 0.36 0 0.13 208.21 0.71 0.54
Hex 35 8E DD 4C 24 0 D D0 47 36
Octal 65 216 335 114 44 0 15 320 107 66
Binary 110101 10001110 11011101 1001100 100100 0 1101 11010000 1000111 110110

Color Harmonies of #358EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358EDD

Black with #358EDD

Text Example


Text Example

White with #358EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,142,221); }

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

background-color css

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

 a { background-color: rgb(53,142,221); }

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

border-color css

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

 span { border-color: rgb(53,142,221); }

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