#2D98DF

Color #2D98DF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2D98DF

Tints of Summer Sky #2D98DF

Color information

#2D98DF (or 0x2D98DF) is unknown color: approx Summer Sky. HEX triplet: 2D, 98 and DF. RGB value is (45,152,223). Sum of RGB (Red+Green+Blue) = 45+152+223=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D98DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D98DF is #D26720. Grayscale: #7F7F7F. Windows color (decimal): -13788961 or 14653485. OLE color: 14653485.

HSL color Cylindrical-coordinate representation of color #2D98DF: hue angle of 203.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D98DF is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB45152223-
CMYK0.800.3200.13
HSL203.93º73.55%52.55%-
HSV(B)203.93º79.82%87.45%-
XYZ25.6328.3473.93-
YUV128.1181.5568.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.71%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 223 (87.5% from 255) = 53.10%
R=10.71%
G=36.19%
B=53.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal451522230.800.3200.13203.9373.5552.55
Hex2D98DF50200Dcc4a35
Octal552303371204001531411265
Binary1011011001100011011111101000010000001101110011001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D98DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D98DF; }

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

 H1.HeaderClassName
 {
   color: #2D98DF;
 }
 .AnyTagClassName
 {
   color: #2D98DF;
 }
</style>
background-color css

<style>
 a { background-color: #2D98DF; }

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

 div.DivClassName
 {
   background-color: #2D98DF;
 }
 .BgClassName
 {
   background-color: #2D98DF;
 }
</style>
border-color css

<style>
 span { border-color: #2D98DF; }

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

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