Html Css Color HEX #2F94DB Summer Sky

📋 copy color: '#2F94DB'

red 47 ◦ green 148 ◦ blue 219

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

Shades of Summer Sky #2F94DB

Tints of Summer Sky #2F94DB

RGB

 RED value IS 47 (18.75% from 255) = 11.35%

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

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 11.35%
G = 35.75%
B = 52.9%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F94DB (or 0x2F94DB) is known color: Summer Sky. HEX triplet: 2F, 94 and DB. RGB value is (47,148,219). Sum of RGB (Red+Green+Blue) = 47+148+219=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F94DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F94DB is #D06B24. Grayscale: #7D7D7D. Windows color (decimal): -13658917 or 14390319. OLE color: 14390319.

HSL color Cylindrical-coordinate representation of color #2F94DB: hue angle of 204.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F94DB is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 148 219 -
CMYK 0.79 0.32 0 0.14
HSL 204.77º 0.7% 0.52% -
HSV(B) 204.77º 0.79% 0.86% -
XYZ 24.55 26.9 70.92 -
YUV 125.9 180.54 71.73 -
System Red Green Blue C M Y K H S L
Decimal 47 148 219 0.79 0.32 0 0.14 204.77 0.7 0.52
Hex 2F 94 DB 4F 20 0 E CD 46 34
Octal 57 224 333 117 40 0 16 315 106 64
Binary 101111 10010100 11011011 1001111 100000 0 1110 11001101 1000110 110100

Color Harmonies of #2F94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F94DB

Black with #2F94DB

Text Example


Text Example

White with #2F94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,148,219); }

 H1.HeaderClassName
 {
   color: #2F94DB;
 }
 .AnyTagClassName
 {
   color: #2F94DB;
 }
</style>

background-color css

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

 a { background-color: rgb(47,148,219); }

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

border-color css

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

 span { border-color: rgb(47,148,219); }

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