Html Css Color HEX #308EDC Summer Sky

📋 copy color: '#308EDC'

red 48 ◦ green 142 ◦ blue 220

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

Shades of Summer Sky #308EDC

Tints of Summer Sky #308EDC

RGB

 RED value IS 48 (19.14% from 255) = 11.71%

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

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 11.71%
G = 34.63%
B = 53.66%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#308EDC (or 0x308EDC) is known color: Summer Sky. HEX triplet: 30, 8E and DC. RGB value is (48,142,220). Sum of RGB (Red+Green+Blue) = 48+142+220=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #308EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EDC is #CF7123. Grayscale: #7A7A7A. Windows color (decimal): -13594916 or 14454320. OLE color: 14454320.

HSL color Cylindrical-coordinate representation of color #308EDC: hue angle of 207.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308EDC is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 142 220 -
CMYK 0.78 0.35 0 0.14
HSL 207.21º 0.71% 0.53% -
HSV(B) 207.21º 0.78% 0.86% -
XYZ 23.81 25.14 71.31 -
YUV 122.79 182.86 74.66 -
System Red Green Blue C M Y K H S L
Decimal 48 142 220 0.78 0.35 0 0.14 207.21 0.71 0.53
Hex 30 8E DC 4E 23 0 E CF 47 35
Octal 60 216 334 116 43 0 16 317 107 65
Binary 110000 10001110 11011100 1001110 100011 0 1110 11001111 1000111 110101

Color Harmonies of #308EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308EDC

Black with #308EDC

Text Example


Text Example

White with #308EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308EDC; }

 p { color: rgb(48,142,220); }

 H1.HeaderClassName
 {
   color: #308EDC;
 }
 .AnyTagClassName
 {
   color: #308EDC;
 }
</style>

background-color css

<style>
 a { background-color: #308EDC; }

 a { background-color: rgb(48,142,220); }

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

border-color css

<style>
 span { border-color: #308EDC; }

 span { border-color: rgb(48,142,220); }

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