Html Css Color HEX #1F98DD Summer Sky

📋 copy color: '#1F98DD'

red 31 ◦ green 152 ◦ blue 221

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

Shades of Summer Sky #1F98DD

Tints of Summer Sky #1F98DD

RGB

 RED value IS 31 (12.5% from 255) = 7.67%

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

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

R = 7.67%
G = 37.62%
B = 54.7%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F98DD (or 0x1F98DD) is known color: Summer Sky. HEX triplet: 1F, 98 and DD. RGB value is (31,152,221). Sum of RGB (Red+Green+Blue) = 31+152+221=404 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.67% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F98DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F98DD is #E06722. Grayscale: #7B7B7B. Windows color (decimal): -14706467 or 14522399. OLE color: 14522399.

HSL color Cylindrical-coordinate representation of color #1F98DD: hue angle of 201.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F98DD is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 152 221 -
CMYK 0.86 0.31 0 0.13
HSL 201.79º 0.75% 0.49% -
HSV(B) 201.79º 0.86% 0.87% -
XYZ 24.84 27.97 72.5 -
YUV 123.69 182.91 61.89 -
System Red Green Blue C M Y K H S L
Decimal 31 152 221 0.86 0.31 0 0.13 201.79 0.75 0.49
Hex 1F 98 DD 56 1F 0 D CA 4B 31
Octal 37 230 335 126 37 0 15 312 113 61
Binary 11111 10011000 11011101 1010110 11111 0 1101 11001010 1001011 110001

Color Harmonies of #1F98DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F98DD

Black with #1F98DD

Text Example


Text Example

White with #1F98DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F98DD; }

 p { color: rgb(31,152,221); }

 H1.HeaderClassName
 {
   color: #1F98DD;
 }
 .AnyTagClassName
 {
   color: #1F98DD;
 }
</style>

background-color css

<style>
 a { background-color: #1F98DD; }

 a { background-color: rgb(31,152,221); }

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

border-color css

<style>
 span { border-color: #1F98DD; }

 span { border-color: rgb(31,152,221); }

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