#2E8FCB

Color #2E8FCB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2E8FCB

Tints of Curious Blue #2E8FCB

Color information

#2E8FCB (or 0x2E8FCB) is unknown color: approx Curious Blue. HEX triplet: 2E, 8F and CB. RGB value is (46,143,203). Sum of RGB (Red+Green+Blue) = 46+143+203=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E8FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8FCB is #D17034. Grayscale: #787878. Windows color (decimal): -13725749 or 13340462. OLE color: 13340462.

HSL color Cylindrical-coordinate representation of color #2E8FCB: hue angle of 202.93º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E8FCB is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB46143203-
CMYK0.770.3000.20
HSL202.93º63.05%48.82%-
HSV(B)202.93º77.34%79.61%-
XYZ21.7324.5460.09-
YUV120.84174.3674.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.73%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 203 (79.69% from 255) = 51.79%
R=11.73%
G=36.48%
B=51.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal461432030.770.3000.20202.9363.0548.82
Hex2E8FCB4D1E014cb3f31
Octal56217313115360243137761
Binary101110100011111100101110011011111001010011001011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E8FCB;
 }
 .AnyTagClassName
 {
   color: #2E8FCB;
 }
</style>
background-color css

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

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

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

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

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

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