Html Css Color HEX #308EDD Summer Sky

📋 copy color: '#308EDD'

red 48 ◦ green 142 ◦ blue 221

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

Shades of Summer Sky #308EDD

Tints of Summer Sky #308EDD

RGB

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

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

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

R = 11.68%
G = 34.55%
B = 53.77%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#308EDD (or 0x308EDD) is known color: Summer Sky. HEX triplet: 30, 8E and DD. RGB value is (48,142,221). Sum of RGB (Red+Green+Blue) = 48+142+221=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #308EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EDD is #CF7122. Grayscale: #7A7A7A. Windows color (decimal): -13594915 or 14519856. OLE color: 14519856.

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

Color convert

RGB 48 142 221 -
CMYK 0.78 0.36 0 0.13
HSL 207.4º 0.72% 0.53% -
HSV(B) 207.4º 0.78% 0.87% -
XYZ 23.94 25.19 72.01 -
YUV 122.9 183.36 74.58 -
System Red Green Blue C M Y K H S L
Decimal 48 142 221 0.78 0.36 0 0.13 207.4 0.72 0.53
Hex 30 8E DD 4E 24 0 D CF 48 35
Octal 60 216 335 116 44 0 15 317 110 65
Binary 110000 10001110 11011101 1001110 100100 0 1101 11001111 1001000 110101

Color Harmonies of #308EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308EDD

Black with #308EDD

Text Example


Text Example

White with #308EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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