Html Css Color HEX #3F9BDD Summer Sky

📋 copy color: '#3F9BDD'

red 63 ◦ green 155 ◦ blue 221

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

Shades of Summer Sky #3F9BDD

Tints of Summer Sky #3F9BDD

RGB

 RED value IS 63 (25% from 255) = 14.35%

 GREEN value IS 155 (60.94% from 255) = 35.31%

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

R = 14.35%
G = 35.31%
B = 50.34%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F9BDD (or 0x3F9BDD) is known color: Summer Sky. HEX triplet: 3F, 9B and DD. RGB value is (63,155,221). Sum of RGB (Red+Green+Blue) = 63+155+221=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F9BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9BDD is #C06422. Grayscale: #868686. Windows color (decimal): -12608547 or 14523199. OLE color: 14523199.

HSL color Cylindrical-coordinate representation of color #3F9BDD: hue angle of 205.06º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F9BDD is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 155 221 -
CMYK 0.71 0.30 0 0.13
HSL 205.06º 0.7% 0.56% -
HSV(B) 205.06º 0.71% 0.87% -
XYZ 26.82 29.72 72.73 -
YUV 135.02 176.52 76.63 -
System Red Green Blue C M Y K H S L
Decimal 63 155 221 0.71 0.30 0 0.13 205.06 0.7 0.56
Hex 3F 9B DD 47 1E 0 D CD 46 38
Octal 77 233 335 107 36 0 15 315 106 70
Binary 111111 10011011 11011101 1000111 11110 0 1101 11001101 1000110 111000

Color Harmonies of #3F9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9BDD

Black with #3F9BDD

Text Example


Text Example

White with #3F9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F9BDD; }

 p { color: rgb(63,155,221); }

 H1.HeaderClassName
 {
   color: #3F9BDD;
 }
 .AnyTagClassName
 {
   color: #3F9BDD;
 }
</style>

background-color css

<style>
 a { background-color: #3F9BDD; }

 a { background-color: rgb(63,155,221); }

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

border-color css

<style>
 span { border-color: #3F9BDD; }

 span { border-color: rgb(63,155,221); }

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