Html Css Color HEX #308EDB Summer Sky

📋 copy color: '#308EDB'

red 48 ◦ green 142 ◦ blue 219

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

Shades of Summer Sky #308EDB

Tints of Summer Sky #308EDB

RGB

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

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

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

R = 11.74%
G = 34.72%
B = 53.55%

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

#308EDB (or 0x308EDB) is known color: Summer Sky. HEX triplet: 30, 8E and DB. RGB value is (48,142,219). Sum of RGB (Red+Green+Blue) = 48+142+219=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #308EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EDB is #CF7124. Grayscale: #7A7A7A. Windows color (decimal): -13594917 or 14388784. OLE color: 14388784.

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

Color convert

RGB 48 142 219 -
CMYK 0.78 0.35 0 0.14
HSL 207.02º 0.7% 0.52% -
HSV(B) 207.02º 0.78% 0.86% -
XYZ 23.68 25.09 70.61 -
YUV 122.67 182.36 74.74 -
System Red Green Blue C M Y K H S L
Decimal 48 142 219 0.78 0.35 0 0.14 207.02 0.7 0.52
Hex 30 8E DB 4E 23 0 E CF 46 34
Octal 60 216 333 116 43 0 16 317 106 64
Binary 110000 10001110 11011011 1001110 100011 0 1110 11001111 1000110 110100

Color Harmonies of #308EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308EDB

Black with #308EDB

Text Example


Text Example

White with #308EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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