Html Css Color HEX #3A8DDF Summer Sky

📋 copy color: '#3A8DDF'

red 58 ◦ green 141 ◦ blue 223

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

Shades of Summer Sky #3A8DDF

Tints of Summer Sky #3A8DDF

RGB

 RED value IS 58 (23.05% from 255) = 13.74%

 GREEN value IS 141 (55.47% from 255) = 33.41%

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 13.74%
G = 33.41%
B = 52.84%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A8DDF (or 0x3A8DDF) is known color: Summer Sky. HEX triplet: 3A, 8D and DF. RGB value is (58,141,223). Sum of RGB (Red+Green+Blue) = 58+141+223=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A8DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8DDF is #C57220. Grayscale: #7D7D7D. Windows color (decimal): -12939809 or 14650682. OLE color: 14650682.

HSL color Cylindrical-coordinate representation of color #3A8DDF: hue angle of 209.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A8DDF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 141 223 -
CMYK 0.74 0.37 0 0.13
HSL 209.82º 0.72% 0.55% -
HSV(B) 209.82º 0.74% 0.87% -
XYZ 24.59 25.28 73.4 -
YUV 125.53 183 79.83 -
System Red Green Blue C M Y K H S L
Decimal 58 141 223 0.74 0.37 0 0.13 209.82 0.72 0.55
Hex 3A 8D DF 4A 25 0 D D2 48 37
Octal 72 215 337 112 45 0 15 322 110 67
Binary 111010 10001101 11011111 1001010 100101 0 1101 11010010 1001000 110111

Color Harmonies of #3A8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8DDF

Black with #3A8DDF

Text Example


Text Example

White with #3A8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A8DDF; }

 p { color: rgb(58,141,223); }

 H1.HeaderClassName
 {
   color: #3A8DDF;
 }
 .AnyTagClassName
 {
   color: #3A8DDF;
 }
</style>

background-color css

<style>
 a { background-color: #3A8DDF; }

 a { background-color: rgb(58,141,223); }

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

border-color css

<style>
 span { border-color: #3A8DDF; }

 span { border-color: rgb(58,141,223); }

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