Html Css Color HEX #3098DF Summer Sky

📋 copy color: '#3098DF'

red 48 ◦ green 152 ◦ blue 223

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

Shades of Summer Sky #3098DF

Tints of Summer Sky #3098DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

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

R = 11.35%
G = 35.93%
B = 52.72%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3098DF (or 0x3098DF) is known color: Summer Sky. HEX triplet: 30, 98 and DF. RGB value is (48,152,223). Sum of RGB (Red+Green+Blue) = 48+152+223=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #3098DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3098DF is #CF6720. Grayscale: #808080. Windows color (decimal): -13592353 or 14653488. OLE color: 14653488.

HSL color Cylindrical-coordinate representation of color #3098DF: hue angle of 204.34º degrees, saturation: 0.73, 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 #3098DF is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 152 223 -
CMYK 0.78 0.32 0 0.13
HSL 204.34º 0.73% 0.53% -
HSV(B) 204.34º 0.78% 0.87% -
XYZ 25.77 28.41 73.94 -
YUV 129 181.04 70.23 -
System Red Green Blue C M Y K H S L
Decimal 48 152 223 0.78 0.32 0 0.13 204.34 0.73 0.53
Hex 30 98 DF 4E 20 0 D CC 49 35
Octal 60 230 337 116 40 0 15 314 111 65
Binary 110000 10011000 11011111 1001110 100000 0 1101 11001100 1001001 110101

Color Harmonies of #3098DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3098DF

Black with #3098DF

Text Example


Text Example

White with #3098DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3098DF; }

 p { color: rgb(48,152,223); }

 H1.HeaderClassName
 {
   color: #3098DF;
 }
 .AnyTagClassName
 {
   color: #3098DF;
 }
</style>

background-color css

<style>
 a { background-color: #3098DF; }

 a { background-color: rgb(48,152,223); }

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

border-color css

<style>
 span { border-color: #3098DF; }

 span { border-color: rgb(48,152,223); }

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