Html Css Color HEX #2E8FD7 Curious Blue

📋 copy color: '#2E8FD7'

red 46 ◦ green 143 ◦ blue 215

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

Shades of Curious Blue #2E8FD7

Tints of Curious Blue #2E8FD7

RGB

 RED value IS 46 (18.36% from 255) = 11.39%

 GREEN value IS 143 (56.25% from 255) = 35.4%

 BLUE value IS 215 (84.38% from 255) = 53.22%

R = 11.39%
G = 35.4%
B = 53.22%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2E8FD7 (or 0x2E8FD7) is known color: Curious Blue. HEX triplet: 2E, 8F and D7. RGB value is (46,143,215). Sum of RGB (Red+Green+Blue) = 46+143+215=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #2E8FD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8FD7 is #D17028. Grayscale: #797979. Windows color (decimal): -13725737 or 14126894. OLE color: 14126894.

HSL color Cylindrical-coordinate representation of color #2E8FD7: hue angle of 205.56º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E8FD7 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 143 215 -
CMYK 0.79 0.33 0 0.16
HSL 205.56º 0.68% 0.51% -
HSV(B) 205.56º 0.79% 0.84% -
XYZ 23.21 25.13 67.92 -
YUV 122.21 180.36 73.65 -
System Red Green Blue C M Y K H S L
Decimal 46 143 215 0.79 0.33 0 0.16 205.56 0.68 0.51
Hex 2E 8F D7 4F 21 0 10 CE 44 33
Octal 56 217 327 117 41 0 20 316 104 63
Binary 101110 10001111 11010111 1001111 100001 0 10000 11001110 1000100 110011

Color Harmonies of #2E8FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8FD7

Black with #2E8FD7

Text Example


Text Example

White with #2E8FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,143,215); }

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

background-color css

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

 a { background-color: rgb(46,143,215); }

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

border-color css

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

 span { border-color: rgb(46,143,215); }

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