Html Css Color HEX #308FDD Summer Sky

📋 copy color: '#308FDD'

red 48 ◦ green 143 ◦ blue 221

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

Shades of Summer Sky #308FDD

Tints of Summer Sky #308FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

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

R = 11.65%
G = 34.71%
B = 53.64%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#308FDD (or 0x308FDD) is known color: Summer Sky. HEX triplet: 30, 8F and DD. RGB value is (48,143,221). Sum of RGB (Red+Green+Blue) = 48+143+221=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #308FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FDD is #CF7022. Grayscale: #7B7B7B. Windows color (decimal): -13594659 or 14520112. OLE color: 14520112.

HSL color Cylindrical-coordinate representation of color #308FDD: hue angle of 207.05º 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 #308FDD is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 143 221 -
CMYK 0.78 0.35 0 0.13
HSL 207.05º 0.72% 0.53% -
HSV(B) 207.05º 0.78% 0.87% -
XYZ 24.09 25.49 72.06 -
YUV 123.49 183.03 74.16 -
System Red Green Blue C M Y K H S L
Decimal 48 143 221 0.78 0.35 0 0.13 207.05 0.72 0.53
Hex 30 8F DD 4E 23 0 D CF 48 35
Octal 60 217 335 116 43 0 15 317 110 65
Binary 110000 10001111 11011101 1001110 100011 0 1101 11001111 1001000 110101

Color Harmonies of #308FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308FDD

Black with #308FDD

Text Example


Text Example

White with #308FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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