Html Css Color HEX #3F94DF Summer Sky

📋 copy color: '#3F94DF'

red 63 ◦ green 148 ◦ blue 223

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

Shades of Summer Sky #3F94DF

Tints of Summer Sky #3F94DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

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

R = 14.52%
G = 34.1%
B = 51.38%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F94DF (or 0x3F94DF) is known color: Summer Sky. HEX triplet: 3F, 94 and DF. RGB value is (63,148,223). Sum of RGB (Red+Green+Blue) = 63+148+223=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F94DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94DF is #C06B20. Grayscale: #828282. Windows color (decimal): -12610337 or 14652479. OLE color: 14652479.

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

Color convert

RGB 63 148 223 -
CMYK 0.72 0.34 0 0.13
HSL 208.13º 0.71% 0.56% -
HSV(B) 208.13º 0.72% 0.87% -
XYZ 25.96 27.56 73.76 -
YUV 131.14 179.84 79.4 -
System Red Green Blue C M Y K H S L
Decimal 63 148 223 0.72 0.34 0 0.13 208.13 0.71 0.56
Hex 3F 94 DF 48 22 0 D D0 47 38
Octal 77 224 337 110 42 0 15 320 107 70
Binary 111111 10010100 11011111 1001000 100010 0 1101 11010000 1000111 111000

Color Harmonies of #3F94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F94DF

Black with #3F94DF

Text Example


Text Example

White with #3F94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,148,223); }

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

background-color css

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

 a { background-color: rgb(63,148,223); }

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

border-color css

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

 span { border-color: rgb(63,148,223); }

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